From cdaa0bda5b30be933c57029f6e8712725453ac4b Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Thu, 26 Sep 2024 15:10:17 +0900 Subject: [PATCH] Mark Comfy.Workflow.ShowMissingModelsWarning as stable & enabled by default (#985) --- src/stores/coreSettings.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/stores/coreSettings.ts b/src/stores/coreSettings.ts index ef4e1ae255..d377050bdb 100644 --- a/src/stores/coreSettings.ts +++ b/src/stores/coreSettings.ts @@ -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',