feat: Comfy.VueNodes.AutoScaleLayout default true (#6467)

## 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)
This commit is contained in:
Simula_r
2025-10-30 14:29:55 -07:00
committed by GitHub
parent 40a7cbb83e
commit ce298c43f4

View File

@@ -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'
},
{