Skip to content

Commit

Permalink
Mark Comfy.Workflow.ShowMissingModelsWarning as stable & enabled by d…
Browse files Browse the repository at this point in the history
…efault (#985)
  • Loading branch information
huchenlei committed Sep 26, 2024
1 parent a41f3b1 commit cdaa0bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stores/coreSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ export const CORE_SETTINGS: SettingParams[] = [
id: 'Comfy.Workflow.ShowMissingModelsWarning',
name: 'Show missing models warning',
type: 'boolean',
defaultValue: false,
experimental: true
defaultValue: true
},
{
id: 'Comfy.Graph.ZoomSpeed',
Expand Down

0 comments on commit cdaa0bd

Please sign in to comment.