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' }