mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 16:24:06 +00:00
Organize setting display for new settings dialog (#507)
This commit is contained in:
@@ -662,9 +662,7 @@ app.registerExtension({
|
||||
init() {
|
||||
useConversionSubmenusSetting = app.ui.settings.addSetting({
|
||||
id: 'Comfy.NodeInputConversionSubmenus',
|
||||
name: 'Node widget/input conversion sub-menus',
|
||||
tooltip:
|
||||
'In the node context menu, place the entries that convert between input/widget in sub-menus.',
|
||||
name: 'In the node context menu, place the entries that convert between input/widget in sub-menus.',
|
||||
type: 'boolean',
|
||||
defaultValue: true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user