Set Node ID badges to hidden by default (#2356)

This commit is contained in:
bymyself
2025-01-26 05:07:05 -07:00
committed by GitHub
parent d2e9943e79
commit cb356d50b8

View File

@@ -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',