From a41f3b1ac634d891c97051e101664b85cff64a3c Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Thu, 26 Sep 2024 15:10:03 +0900 Subject: [PATCH] Hide Comfy.Workflow.WorkflowTabsPosition (#984) --- src/stores/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/coreSettings.ts b/src/stores/coreSettings.ts index 48ba4c0aa1..ef4e1ae255 100644 --- a/src/stores/coreSettings.ts +++ b/src/stores/coreSettings.ts @@ -378,7 +378,7 @@ export const CORE_SETTINGS: SettingParams[] = [ { id: 'Comfy.Workflow.WorkflowTabsPosition', name: 'Opened workflows position', - type: 'combo', + type: 'hidden', options: ['Sidebar', 'Topbar'], defaultValue: 'Sidebar' }