mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-15 14:26:12 +00:00
Initialize compact mode manager after delayed startup and update tabs toolbar
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
await delayedStartupPromise;
|
||||
await SessionStore.promiseAllWindowsRestored;
|
||||
setTimeout(() => {
|
||||
gZenUIManager.updateTabsToolbar();
|
||||
gZenCompactModeManager.init();
|
||||
}, 0);
|
||||
this.closeWatermark();
|
||||
|
Reference in New Issue
Block a user