Skip to content

Commit

Permalink
Hide Comfy.Workflow.WorkflowTabsPosition (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed Sep 26, 2024
1 parent 3585cb6 commit a41f3b1
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 @@ -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'
}
Expand Down

0 comments on commit a41f3b1

Please sign in to comment.