From 7afed1a14bfdf10d1685bd02186f212eeeeb5fa8 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Fri, 4 Sep 2026 19:02:31 +0800 Subject: [PATCH] fix(ui): cross-link right-click menu in active-filters settings tooltip The loramanager.lora_active_filters_autocomplete tooltip only mentioned the /activefilters and /noactivefilters commands, while the prompt-node tag-autocomplete tooltip cross-links every toggle entry point (typing in the node and the node's right-click menu). 6ba64ebb added the right-click menu entry without extending the tooltip to match; align the wording with the established pattern. --- web/comfyui/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/comfyui/settings.js b/web/comfyui/settings.js index ecc9c792..c46a8165 100644 --- a/web/comfyui/settings.js +++ b/web/comfyui/settings.js @@ -450,7 +450,7 @@ app.registerExtension({ name: "Search LoRA autocomplete within active filters", type: "boolean", defaultValue: LORA_ACTIVE_FILTERS_AUTOCOMPLETE_DEFAULT, - tooltip: "When enabled, LoRA autocomplete suggestions respect the active filters (folder/base model/tags) set in the LoRA Manager page. Commands /activefilters and /noactivefilters toggle this mode.", + tooltip: "When enabled, LoRA autocomplete suggestions respect the active filters (folder/base model/tags) set in the LoRA Manager page. You can also toggle it by typing /activefilters or /noactivefilters in the LoRA field, or from the node's right-click menu.", category: ["LoRA Manager", "Autocomplete", "LoRA Active Filters"], }, {