Fixes preferences page not working in community edition

This commit is contained in:
Matteo Biscosi 2026-07-24 07:45:02 +00:00
parent ccf5642a49
commit f427d83049

View file

@ -2405,7 +2405,7 @@ function M.get_sections(flags)
label = i18n("prefs.llm_providers"),
advanced = false,
pro_only = true,
hidden = not(ntop.hasnAnalyst()),
hidden = (not has_nanalyst),
entries = {{
key = "local_llm_url",
title = i18n("prefs.llm_url_title"),