From 0367e33a76cd6874c5c7a1997dd64fef8fb50165 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Fri, 30 Jan 2026 09:16:11 +0900 Subject: [PATCH] [backport cloud/1.38] make new queue panel disabled by default (#8446) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/platform/settings/constants/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index 95e892c49..99c3b12ea 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -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 }, {