From 4acbe7fc547e5b7c27f16ce6b517f167f417698f Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Thu, 2 Jun 2022 22:00:42 -0600 Subject: [PATCH] Remove the onunload saving --- src/main.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.ts b/src/main.ts index 61b336d..5f3ee9c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -71,10 +71,6 @@ export default class FileHider extends Plugin { new VisibilityToggleCommand(this); this.addSettingTab(new FileHiderSettingsTab(this.app, this)); - } - - onunload() { - this.saveSettings(); }; /*