Files
nix/hosts/common/user/configs/gui/obsidian/plugins/languagetool/settings-notification.patch
2024-07-23 19:07:59 +01:00

13 lines
414 B
Diff

diff --git a/src/index.ts b/src/index.ts
index 00cccfe..43e6107 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -42,7 +42,6 @@ export default class LanguageToolPlugin extends Plugin {
try {
await this.saveSettings();
await this.loadSettings();
- new Notice('updated LanguageTool Settings, please confirm your server URL in the settings tab', 10000);
} catch (e) {
console.error(e);
}