From 7cdd9c18df57b1ea2d69d0a388f9706b524ff972 Mon Sep 17 00:00:00 2001 From: bymyself Date: Fri, 4 Jul 2025 14:36:51 -0700 Subject: [PATCH] Clarify Comfy.InstalledVersion setting description --- src/constants/coreSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/coreSettings.ts b/src/constants/coreSettings.ts index ee884ef68..b01b6ab0e 100644 --- a/src/constants/coreSettings.ts +++ b/src/constants/coreSettings.ts @@ -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'