mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-06 22:51:18 +08:00
Merge b778ab97b5 into 985fb9d6ad
This commit is contained in:
commit
e8ff1aa5ba
@ -30,6 +30,11 @@ CLI_FEATURE_FLAG_REGISTRY: dict[str, FeatureFlagInfo] = {
|
||||
"default": False,
|
||||
"description": "Signal the frontend that telemetry collection is enabled",
|
||||
},
|
||||
"show_version_updates": {
|
||||
"type": "bool",
|
||||
"default": False,
|
||||
"description": "Default for whether the frontend shows new-release/version-update notifications (the user setting can still override it)",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user