mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-15 06:16:14 +00:00
Fixed calculating compact mode overflow at startup
This commit is contained in:
@@ -30,10 +30,11 @@
|
||||
|
||||
this._initSidebarScrolling();
|
||||
|
||||
gZenCompactModeManager.init();
|
||||
gZenCompactModeManager.preInit();
|
||||
ZenWorkspaces.init();
|
||||
gZenVerticalTabsManager.init();
|
||||
gZenUIManager.init();
|
||||
gZenCompactModeManager.init();
|
||||
|
||||
this._checkForWelcomePage();
|
||||
|
||||
|
Reference in New Issue
Block a user