Fixed creating essentials being in the wrong order and fixed watermark not waiting enough time

This commit is contained in:
mr. m
2025-02-28 22:57:41 +01:00
parent 1ae11fef58
commit 30a7bd49a9
4 changed files with 92 additions and 41 deletions

View File

@@ -41,7 +41,9 @@
} catch (e) {
console.error('ZenThemeModifier: Error initializing browser layout', e);
}
this.closeWatermark();
ZenWorkspaces.promiseInitialized.then(() => {
this.closeWatermark();
});
},
openWatermark() {