mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-20 11:50:43 +00:00
fix: Fixed startup welcome pinned tabs not having a workspace id, b=no-bug, c=welcome
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user