Add changelog and docs for settings fuzzy search (#643)

This commit is contained in:
Mario Zechner 2026-01-12 19:00:33 +01:00
parent d91c7a000a
commit 842a65f06a
3 changed files with 3 additions and 0 deletions

View file

@ -568,6 +568,7 @@ pi.registerCommand("settings", {
ctx.ui.notify(`${id} = ${newValue}`, "info");
},
() => done(undefined), // On close
{ enableSearch: true }, // Optional: enable fuzzy search by label
);
container.addChild(settingsList);