Add link release searchbox trigger mode (#356)

This commit is contained in:
Chenlei Hu
2024-08-10 10:30:29 -04:00
committed by GitHub
parent d6c304690c
commit ce2a2dd2b6
4 changed files with 45 additions and 10 deletions

View File

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