0
0
Fork 0

Remove the onunload saving

This commit is contained in:
Oliver Akins 2022-06-02 22:00:42 -06:00
parent bd9064b96b
commit 4acbe7fc54
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -71,10 +71,6 @@ export default class FileHider extends Plugin {
new VisibilityToggleCommand(this); new VisibilityToggleCommand(this);
this.addSettingTab(new FileHiderSettingsTab(this.app, this)); this.addSettingTab(new FileHiderSettingsTab(this.app, this));
}
onunload() {
this.saveSettings();
}; };
/* /*