diff --git a/src/stores/coreSettings.ts b/src/stores/coreSettings.ts index dbdda1053..fd9f7e8ee 100644 --- a/src/stores/coreSettings.ts +++ b/src/stores/coreSettings.ts @@ -386,7 +386,7 @@ export const CORE_SETTINGS: SettingParams[] = [ { id: 'Comfy.Workflow.WorkflowTabsPosition', name: 'Opened workflows position', - type: 'hidden', + type: 'combo', options: ['Sidebar', 'Topbar'], defaultValue: 'Sidebar' },