Update default value for 'Opened workflows position' setting from 'Sidebar' to 'Topbar' in coreSettings.ts (#1902)

This commit is contained in:
Yoland Yan
2024-12-13 09:45:52 -08:00
committed by GitHub
parent 4f049b66a2
commit 6f7c7f3c61

View File

@@ -397,7 +397,7 @@ export const CORE_SETTINGS: SettingParams[] = [
name: 'Opened workflows position',
type: 'combo',
options: ['Sidebar', 'Topbar'],
defaultValue: 'Sidebar'
defaultValue: 'Topbar'
},
{
id: 'Comfy.Graph.CanvasMenu',