mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 21:03:42 +00:00
Add fuzzy search to settings list
This commit is contained in:
parent
0138eee6f7
commit
ec2b7b5a00
2 changed files with 67 additions and 11 deletions
|
|
@ -309,6 +309,7 @@ export class SettingsSelectorComponent extends Container {
|
|||
}
|
||||
},
|
||||
callbacks.onCancel,
|
||||
{ enableSearch: true },
|
||||
);
|
||||
|
||||
this.addChild(this.settingsList);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue