Compare commits

..

1 Commits

Author SHA1 Message Date
Khaf
b272b2ad65
Merge 7900f7fc7d into cc0baa3226 2025-01-10 18:04:28 -08:00

View File

@ -489,12 +489,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());