From 72a6af4b9ea65400d5f897dfe5a516e67bb64407 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Thu, 29 Jan 2026 15:56:54 -0800 Subject: [PATCH] make new queue panel disabled by default (#8444) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Was enabled by default for 1.38 during nightly, but should be reverted back now. In the future we can now just use `isNightly` flag for this (ref: https://github.com/Comfy-Org/ComfyUI_frontend/pull/8149) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8444-make-new-queue-panel-disabled-by-default-2f76d73d365081139b54f76d9325101d) by [Unito](https://www.unito.io) --- 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 3aeda7030..a4f5179b3 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 }, {