Fix async function in ZenStartup.mjs

This commit is contained in:
mr. M
2024-10-26 21:23:58 +02:00
parent 262a7797e7
commit f7593002d1
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
init() {
this.logHeader();
this.openWatermark();
window.SessionStore.promiseInitialized.then(async () => {
window.SessionStore.promiseInitialized.then(() => {
this._changeSidebarLocation();
this._zenInitBrowserLayout();
this._initSearchBar();