mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Remove deprecated setting Comfy.NodeSearchBoxImpl.LinkReleaseTrigger (#1574)
This commit is contained in:
@@ -24,15 +24,6 @@ export const CORE_SETTINGS: SettingParams[] = [
|
|||||||
options: ['default', 'litegraph (legacy)'],
|
options: ['default', 'litegraph (legacy)'],
|
||||||
defaultValue: 'default'
|
defaultValue: 'default'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'Comfy.NodeSearchBoxImpl.LinkReleaseTrigger',
|
|
||||||
category: ['Comfy', 'Node Search Box', 'LinkReleaseTrigger'],
|
|
||||||
name: 'Trigger on link release',
|
|
||||||
type: 'hidden',
|
|
||||||
options: Object.values(LinkReleaseTriggerMode),
|
|
||||||
defaultValue: LinkReleaseTriggerMode.ALWAYS,
|
|
||||||
deprecated: true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'Comfy.LinkRelease.Action',
|
id: 'Comfy.LinkRelease.Action',
|
||||||
category: ['LiteGraph', 'LinkRelease', 'Action'],
|
category: ['LiteGraph', 'LinkRelease', 'Action'],
|
||||||
|
|||||||
@@ -484,11 +484,6 @@ const zSettings = z.record(z.any()).and(
|
|||||||
zBookmarkCustomization
|
zBookmarkCustomization
|
||||||
),
|
),
|
||||||
'Comfy.NodeInputConversionSubmenus': z.boolean(),
|
'Comfy.NodeInputConversionSubmenus': z.boolean(),
|
||||||
'Comfy.NodeSearchBoxImpl.LinkReleaseTrigger': z.enum([
|
|
||||||
'always',
|
|
||||||
'hold shift',
|
|
||||||
'NOT hold shift'
|
|
||||||
]),
|
|
||||||
'Comfy.LinkRelease.Action': zLinkReleaseTriggerAction,
|
'Comfy.LinkRelease.Action': zLinkReleaseTriggerAction,
|
||||||
'Comfy.LinkRelease.ActionShift': zLinkReleaseTriggerAction,
|
'Comfy.LinkRelease.ActionShift': zLinkReleaseTriggerAction,
|
||||||
'Comfy.NodeSearchBoxImpl.NodePreview': z.boolean(),
|
'Comfy.NodeSearchBoxImpl.NodePreview': z.boolean(),
|
||||||
|
|||||||
Reference in New Issue
Block a user