fix: Fixed startup welcome pinned tabs not having a workspace id, b=no-bug, c=welcome

This commit is contained in:
Mr. M
2025-06-07 20:34:50 +02:00
parent 3da1da968e
commit 10592ed243

View File

@@ -285,6 +285,7 @@
_pinRemainingTabs() {
for (const tab of _tabsToPin) {
tab.setAttribute('zen-workspace-id', gZenWorkspaces.activeWorkspace);
gBrowser.pinTab(tab);
}
for (const tab of _tabsToPinEssentials) {