mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-15 06:16:14 +00:00
Initialize compact mode manager after browser layout and update tabs toolbar on compact mode activation
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
ZenWorkspaces.init();
|
||||
gZenVerticalTabsManager.init();
|
||||
gZenUIManager.init();
|
||||
gZenCompactModeManager.init();
|
||||
|
||||
this._checkForWelcomePage();
|
||||
|
||||
@@ -42,6 +41,7 @@
|
||||
console.error('ZenThemeModifier: Error initializing browser layout', e);
|
||||
}
|
||||
ZenWorkspaces.promiseInitialized.then(() => {
|
||||
gZenCompactModeManager.init();
|
||||
this.closeWatermark();
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user