Remove the onunload saving
This commit is contained in:
parent
bd9064b96b
commit
4acbe7fc54
1 changed files with 0 additions and 4 deletions
|
|
@ -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();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue