Merge branch 'dev' into new-onboarding

This commit is contained in:
mr. m
2025-02-14 21:26:48 +01:00
committed by GitHub
6 changed files with 81 additions and 73 deletions

View File

@@ -3,11 +3,9 @@
var ZenStartup = {
init() {
this.openWatermark();
window.SessionStore.promiseInitialized.then(() => {
this._changeSidebarLocation();
this._zenInitBrowserLayout();
this._initSearchBar();
});
this._changeSidebarLocation();
this._zenInitBrowserLayout();
this._initSearchBar();
},
_zenInitBrowserLayout() {