Compare commits

..

No commits in common. "f4e827253d8347a7b22dd5ac253049d0255d1b1b" and "cc0baa322611b1154bf078ba6f712270c6a0784c" have entirely different histories.

View File

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