Clarify Comfy.InstalledVersion setting description

This commit is contained in:
bymyself
2025-07-04 14:36:51 -07:00
parent c92288ecc1
commit 7cdd9c18df

View File

@@ -749,7 +749,7 @@ export const CORE_SETTINGS: SettingParams[] = [
},
{
id: 'Comfy.InstalledVersion',
name: 'Installed frontend version',
name: 'The frontend version that was running when the user first installed ComfyUI',
type: 'hidden',
defaultValue: null,
versionAdded: '1.24.0'