Merge branch 'dev' of https://github.com/SuperChamp234/habitica-sync into dev
This commit is contained in:
commit
dfc4e55cb5
3 changed files with 7 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ export default class HabiticaSync extends Plugin {
|
|||
this.activateView();
|
||||
}
|
||||
});
|
||||
this.activateView();
|
||||
// this.activateView();
|
||||
|
||||
}
|
||||
async loadSettings() {
|
||||
|
|
@ -45,7 +45,7 @@ export default class HabiticaSync extends Plugin {
|
|||
}
|
||||
|
||||
async onunload() {
|
||||
// await this.view.onClose();
|
||||
await this.view.onClose();
|
||||
|
||||
this.app.workspace
|
||||
.getLeavesOfType(VIEW_TYPE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue