13 lines
414 B
Diff
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);
|
|
}
|