Revert "Hide Comfy.Workflow.WorkflowTabsPosition (#984)" (#1071)

This reverts commit a41f3b1ac6.
This commit is contained in:
Chenlei Hu
2024-10-02 15:14:23 -04:00
committed by GitHub
parent 8b2ef3c352
commit a19f713c57

View File

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