mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-01 11:35:03 +00:00
chore: Show welcome page before initial UI has been initialized, b=no-bug, c=common
This commit is contained in:
@@ -46,10 +46,9 @@
|
||||
gZenWorkspaces.init();
|
||||
setTimeout(() => {
|
||||
gZenUIManager.init();
|
||||
this._checkForWelcomePage();
|
||||
}, 0);
|
||||
|
||||
this._checkForWelcomePage();
|
||||
|
||||
document.l10n.setAttributes(
|
||||
document.getElementById('tabs-newtab-button'),
|
||||
'tabs-toolbar-new-tab'
|
||||
|
||||
Reference in New Issue
Block a user