Skip to content

Commit

Permalink
Revert "Hide Comfy.Workflow.WorkflowTabsPosition (#984)" (#1071)
Browse files Browse the repository at this point in the history
This reverts commit a41f3b1.
  • Loading branch information
huchenlei authored Oct 2, 2024
1 parent 8b2ef3c commit a19f713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/coreSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down

0 comments on commit a19f713

Please sign in to comment.