We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f77bc9 commit 469604dCopy full SHA for 469604d
src/zen/workspaces/ZenWorkspaces.mjs
@@ -134,11 +134,11 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
134
if (!this._hasInitializedTabsStrip) {
135
await this.delayedStartup();
136
}
137
+ this._initializeWorkspaceTabContextMenus();
138
await this.initializeWorkspaces();
139
await this.promiseSectionsInitialized;
140
141
// Non UI related initializations
- this._initializeWorkspaceTabContextMenus();
142
if (
143
Services.prefs.getBoolPref('zen.workspaces.swipe-actions', false) &&
144
this.workspaceEnabled &&
0 commit comments