mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Revert "feat: enable new queue progress by default (#8121)"
This reverts commit 0439f744b9.
This commit is contained in:
@@ -1173,12 +1173,10 @@ export const CORE_SETTINGS: SettingParams[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'Comfy.Queue.QPOV2',
|
id: 'Comfy.Queue.QPOV2',
|
||||||
category: ['Comfy', 'Queue', 'Layout'],
|
name: 'Queue Panel V2',
|
||||||
name: 'Use the unified job queue in the Assets side panel',
|
type: 'hidden',
|
||||||
type: 'boolean',
|
tooltip: 'Enable the new Assets Panel design with list/grid view toggle',
|
||||||
tooltip:
|
defaultValue: false,
|
||||||
'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
|
experimental: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user