From a7e9ea9070e856bf93bf357ad7610c78b8449748 Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Thu, 29 Jan 2026 15:49:18 -0800 Subject: [PATCH] Revert "feat: enable new queue progress by default (#8121)" This reverts commit 0439f744b95effc12e48feef71637a638511f58b. --- src/platform/settings/constants/coreSettings.ts | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index 3aeda70307..efb1cad893 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -1173,12 +1173,10 @@ export const CORE_SETTINGS: SettingParams[] = [ }, { id: 'Comfy.Queue.QPOV2', - category: ['Comfy', 'Queue', 'Layout'], - name: 'Use the unified job queue in the Assets side panel', - type: 'boolean', - tooltip: - 'Replaces the floating job queue panel with an equivalent job queue embedded in the Assets side panel. You can disable this to return to the floating panel layout.', - defaultValue: true, + name: 'Queue Panel V2', + type: 'hidden', + tooltip: 'Enable the new Assets Panel design with list/grid view toggle', + defaultValue: false, experimental: true }, {