mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Display changes after saviong the prefix
This commit is contained in:
parent
900ba5f849
commit
f9c330dd45
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ export class InlineAISettingsTab extends PluginSettingTab {
|
|||
.inputEl.addEventListener("blur", async () => {
|
||||
this.plugin.settings.commandPrefix = text.getValue().charAt(0);
|
||||
await this.saveSettings();
|
||||
this.display();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue