mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 05:49:54 +00:00
Add link release searchbox trigger mode (#356)
This commit is contained in:
@@ -424,14 +424,6 @@ export class ComfyUI {
|
||||
defaultValue: 0
|
||||
})
|
||||
|
||||
this.settings.addSetting({
|
||||
id: 'Comfy.NodeSearchBoxImpl',
|
||||
name: 'Node Search box implementation',
|
||||
type: 'combo',
|
||||
options: ['default', 'litegraph (legacy)'],
|
||||
defaultValue: 'default'
|
||||
})
|
||||
|
||||
this.settings.addSetting({
|
||||
id: 'Comfy.EnableTooltips',
|
||||
name: 'Enable Tooltips',
|
||||
|
||||
Reference in New Issue
Block a user