From ce298c43f42f0591a08216ee55e2c26605373776 Mon Sep 17 00:00:00 2001 From: Simula_r <18093452+simula-r@users.noreply.github.com> Date: Thu, 30 Oct 2025 14:29:55 -0700 Subject: [PATCH] feat: Comfy.VueNodes.AutoScaleLayout default true (#6467) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Now that banner and toast are merged run the auto scale / node arrange function by default. ## Changes - **What**: Core settings Comfy.VueNodes.AutoScaleLayout defaultValue: true, ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6467-feat-Comfy-VueNodes-AutoScaleLayout-default-true-29c6d73d365081c2b317f7f3450cbaec) 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 b2f70776a..3edff32ff 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -1072,7 +1072,7 @@ export const CORE_SETTINGS: SettingParams[] = [ 'Automatically scale node positions when switching to Vue rendering to prevent overlap', type: 'boolean', experimental: true, - defaultValue: false, + defaultValue: true, versionAdded: '1.30.3' }, {