mirror of
https://github.com/dragonwocky/obsidian-tray.git
synced 2025-04-10 22:39:02 +00:00
Compare commits
1 Commits
a112f8b22a
...
e62826decf
Author | SHA1 | Date | |
---|---|---|---|
|
e62826decf |
6
main.js
6
main.js
@ -585,12 +585,6 @@ class TrayPlugin extends obsidian.Plugin {
|
||||
cleanup();
|
||||
}
|
||||
|
||||
getCurrentWindow = getCurrentWindow
|
||||
getWindows = getWindows;
|
||||
showWindows = showWindows;
|
||||
hideWindows = hideWindows;
|
||||
toggleWindows = toggleWindows;
|
||||
|
||||
async loadSettings() {
|
||||
const DEFAULT_SETTINGS = OPTIONS.map((opt) => ({ [opt.key]: opt.default }));
|
||||
this.settings = Object.assign(...DEFAULT_SETTINGS, await this.loadData());
|
||||
|
Loading…
Reference in New Issue
Block a user