mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-06 22:51:18 +08:00
Default show_version_updates feature flag to off
Amp-Thread-ID: https://ampcode.com/threads/T-019f0347-dc00-723a-a4d2-558539329035 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
parent
9c0f66817a
commit
b778ab97b5
@ -32,7 +32,7 @@ CLI_FEATURE_FLAG_REGISTRY: dict[str, FeatureFlagInfo] = {
|
|||||||
},
|
},
|
||||||
"show_version_updates": {
|
"show_version_updates": {
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default": True,
|
"default": False,
|
||||||
"description": "Default for whether the frontend shows new-release/version-update notifications (the user setting can still override it)",
|
"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