fix(ui): replace stale command abbreviations in autocomplete messages

This commit is contained in:
Will Miao
2026-08-21 09:20:11 +08:00
parent cb4fd3a0e6
commit bd380bc1a1
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -430,7 +430,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 /af and /noaf toggle this mode.",
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.",
category: ["LoRA Manager", "Autocomplete", "LoRA Active Filters"],
},
{