From 469604dd2821c418e2e5e3636e79e425d768cb00 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sat, 14 Jun 2025 12:50:57 +0200 Subject: [PATCH] fix: Fixed change to different workspace for a tab in the context menu not displaying workspaces list at launch, b=closes #9008, c=workspaces --- src/zen/workspaces/ZenWorkspaces.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zen/workspaces/ZenWorkspaces.mjs b/src/zen/workspaces/ZenWorkspaces.mjs index 43df3449c..5dac9e6eb 100644 --- a/src/zen/workspaces/ZenWorkspaces.mjs +++ b/src/zen/workspaces/ZenWorkspaces.mjs @@ -134,11 +134,11 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature { if (!this._hasInitializedTabsStrip) { await this.delayedStartup(); } + this._initializeWorkspaceTabContextMenus(); await this.initializeWorkspaces(); await this.promiseSectionsInitialized; // Non UI related initializations - this._initializeWorkspaceTabContextMenus(); if ( Services.prefs.getBoolPref('zen.workspaces.swipe-actions', false) && this.workspaceEnabled &&