diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index 33f656669..3b6a06879 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -1167,10 +1167,12 @@ 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, + 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, experimental: true } ]