From 33052ce0d323bd0426679fbc54150e77ca708e95 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Fri, 16 Jan 2026 20:57:00 -0700 Subject: [PATCH 1/3] Update coreSettings.ts --- src/platform/settings/constants/coreSettings.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index 33f656669fe..99c6847f600 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -1167,10 +1167,10 @@ export const CORE_SETTINGS: SettingParams[] = [ }, { id: 'Comfy.Queue.QPOV2', - name: 'Queue Panel V2', - type: 'hidden', - tooltip: 'Enable the new Assets Panel design with list/grid view toggle', - defaultValue: false, + 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, experimental: true } ] From c6b35e401417d66b92ed1ccb84fdde3aa413ae54 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 17 Jan 2026 04:02:20 +0000 Subject: [PATCH 2/3] [automated] Apply ESLint and Prettier fixes --- src/platform/settings/constants/coreSettings.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index 99c6847f600..75b9cb929ea 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -1169,7 +1169,8 @@ export const CORE_SETTINGS: SettingParams[] = [ id: 'Comfy.Queue.QPOV2', 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.', + 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, experimental: true } From 531fc0662250232fd10d65ce95e1d998c3a8edd4 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Fri, 16 Jan 2026 21:10:10 -0700 Subject: [PATCH 3/3] Update coreSettings.ts --- src/platform/settings/constants/coreSettings.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index 75b9cb929ea..3b6a0687993 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -1167,6 +1167,7 @@ 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: