Enhance workspace tab initialization and update tab toolbar on load

This commit is contained in:
mr. M
2025-02-13 21:15:55 +01:00
parent 855c36280b
commit 48879fb6a0
2 changed files with 6 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ var gZenUIManager = {
SessionStore.promiseAllWindowsRestored.then(() => {
this._hasLoadedDOM = true;
this.updateTabsToolbar();
});
window.addEventListener('TabClose', this.onTabClose.bind(this));