[backport cloud/1.38] make new queue panel disabled by default (#8446)

Backport of #8444 to `cloud/1.38`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8446-backport-cloud-1-38-make-new-queue-panel-disabled-by-default-2f76d73d365081f3a0b3dd32ed39e03c)
by [Unito](https://www.unito.io)

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2026-01-30 09:16:11 +09:00
committed by GitHub
parent b057f69501
commit 0367e33a76

View File

@@ -1178,7 +1178,7 @@ export const CORE_SETTINGS: SettingParams[] = [
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,
defaultValue: false,
experimental: true
},
{