mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-19 19:03:51 +00:00
change Convert.. input (#3246)
This commit is contained in:
parent
4bd7d55b90
commit
2bef134ebf
@ -292,12 +292,23 @@ app.registerExtension({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (toInput.length) {
|
|
||||||
options.push(...toInput, null);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
//Convert.. main menu
|
||||||
|
if (toInput.length) {
|
||||||
|
options.push({
|
||||||
|
content: `Convert input to 🔘..`,
|
||||||
|
submenu: {
|
||||||
|
options: toInput,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
}
|
||||||
if (toWidget.length) {
|
if (toWidget.length) {
|
||||||
options.push(...toWidget, null);
|
options.push({
|
||||||
|
content: `Convert 🔘 to widget..`,
|
||||||
|
submenu: {
|
||||||
|
options: toWidget,
|
||||||
|
},
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user