From a19f713c57574805fa9395dadae66aa429ac63ca Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Wed, 2 Oct 2024 15:14:23 -0400 Subject: [PATCH] Revert "Hide Comfy.Workflow.WorkflowTabsPosition (#984)" (#1071) This reverts commit a41f3b1ac634d891c97051e101664b85cff64a3c. --- 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 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' },