Add changelog and docs for settings fuzzy search (#643)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user