hide node library setting

This commit is contained in:
pythongosssss
2026-02-19 05:51:59 -08:00
parent 99d6f87f00
commit c44155bcb3

View File

@@ -315,7 +315,7 @@ export const CORE_SETTINGS: SettingParams[] = [
{
id: 'Comfy.NodeLibrary.NewDesign',
name: 'Use new node library design',
type: 'boolean',
type: 'hidden',
defaultValue: false,
experimental: true
},