Enhance tab management by updating the toolbar on tab close and adjusting overflow behavior for the tab browser

This commit is contained in:
mr. M
2025-01-27 01:23:01 +01:00
parent 9203918788
commit d4dd298ef8
3 changed files with 13 additions and 12 deletions

View File

@@ -572,6 +572,7 @@
gBrowser.pinTab(tab);
this.onTabIconChanged(tab);
}
gZenUIManager.updateTabsToolbar();
}
removeEssentials() {
@@ -584,6 +585,7 @@
}
gBrowser.unpinTab(tab);
}
gZenUIManager.updateTabsToolbar();
}
_insertItemsIntoTabContextMenu() {