Compare commits

..

1 Commits

Author SHA1 Message Date
Amit Karamchandani Batra
e62826decf
Merge d7a6765a66 into cc0baa3226 2024-02-11 00:40:58 +01:00

View File

@ -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());