Enable New UI by default (#1460)

* Enable New UI by default

* nit

* Add playwright test

* nit

* nit

* nit
This commit is contained in:
Chenlei Hu
2024-11-07 17:55:53 -05:00
committed by GitHub
parent 9568d63820
commit f0b735f3dd
6 changed files with 40 additions and 4 deletions

View File

@@ -373,9 +373,8 @@ export const CORE_SETTINGS: SettingParams[] = [
{
id: 'Comfy.UseNewMenu',
category: ['Comfy', 'Menu', 'UseNewMenu'],
defaultValue: 'Disabled',
name: 'Use new menu and workflow management.',
experimental: true,
defaultValue: 'Top',
name: 'Use new menu',
type: 'combo',
options: ['Disabled', 'Top', 'Bottom'],
migrateDeprecatedValue: (value: string) => {