From 6f7c7f3c61fe3daadbc3e3bfcdbae19cddc47e49 Mon Sep 17 00:00:00 2001 From: Yoland Yan <4950057+yoland68@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:45:52 -0800 Subject: [PATCH] Update default value for 'Opened workflows position' setting from 'Sidebar' to 'Topbar' in coreSettings.ts (#1902) --- src/constants/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/coreSettings.ts b/src/constants/coreSettings.ts index 96e0fde6e..460f534e3 100644 --- a/src/constants/coreSettings.ts +++ b/src/constants/coreSettings.ts @@ -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',