Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pythongosssss committed Sep 3, 2024
1 parent 9358a71 commit 9bd4aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/ui/menu/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export class ComfyWorkflowsMenu {
const r = getExtraMenuOptions?.apply?.(this, arguments)
const setting = app.ui.settings.getSettingValue(
'Comfy.UseNewMenu',
false
'Disabled'
)
if (setting && setting != 'Disabled') {
const t = this
Expand Down

0 comments on commit 9bd4aa6

Please sign in to comment.