mirror of
https://github.com/hyeonseonam/auto-classifier.git
synced 2026-07-22 07:40:29 +00:00
Edit settings: replace to tab.setQuery
This commit is contained in:
parent
a4aa29d83d
commit
5e4dc7181a
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ export class AutoClassifierSettingTab extends PluginSettingTab {
|
|||
app.setting.openTabById("hotkeys");
|
||||
// @ts-ignore
|
||||
const tab = app.setting.activeTab;
|
||||
tab.searchInputEl.value = `${this.plugin.manifest.name}:`;
|
||||
tab.setQuery(this.plugin.manifest.id);
|
||||
tab.updateHotkeyVisibility();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue