diff --git a/src/constants/coreSettings.ts b/src/constants/coreSettings.ts index 3f5f2a971..4eba1aeb7 100644 --- a/src/constants/coreSettings.ts +++ b/src/constants/coreSettings.ts @@ -290,7 +290,7 @@ export const CORE_SETTINGS: SettingParams[] = [ name: 'Node ID badge mode', type: 'combo', options: [NodeBadgeMode.None, NodeBadgeMode.ShowAll], - defaultValue: NodeBadgeMode.ShowAll + defaultValue: NodeBadgeMode.None }, { id: 'Comfy.NodeBadge.NodeLifeCycleBadgeMode',