feat: Load l10n newtab message after loading, b=no-bug, c=common

This commit is contained in:
Mr. M
2025-08-02 22:41:13 +02:00
parent 1bca252979
commit a7874ca46e

View File

@@ -47,12 +47,12 @@
setTimeout(() => {
gZenUIManager.init();
this._checkForWelcomePage();
}, 0);
document.l10n.setAttributes(
document.getElementById('tabs-newtab-button'),
'tabs-toolbar-new-tab'
);
document.l10n.setAttributes(
document.getElementById('tabs-newtab-button'),
'tabs-toolbar-new-tab'
);
}, 0);
} catch (e) {
console.error('ZenThemeModifier: Error initializing browser layout', e);
}