mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 22:09:55 +00:00
Mark show missing models warning as experimental (#670)
* Mark show missing models warning as experimental * nit
This commit is contained in:
@@ -188,7 +188,8 @@ export const useSettingStore = defineStore('setting', {
|
||||
id: 'Comfy.Workflow.ShowMissingModelsWarning',
|
||||
name: 'Show missing models warning',
|
||||
type: 'boolean',
|
||||
defaultValue: true
|
||||
defaultValue: false,
|
||||
experimental: true
|
||||
})
|
||||
|
||||
app.ui.settings.addSetting({
|
||||
|
||||
Reference in New Issue
Block a user