mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-19 10:53:29 +00:00
Merge branch 'pixelass-patch-1' of https://github.com/pixelass/ComfyUI
This commit is contained in:
commit
c335fdf200
@ -9,7 +9,7 @@ const ext = {
|
|||||||
name: "Link Render Mode",
|
name: "Link Render Mode",
|
||||||
defaultValue: 2,
|
defaultValue: 2,
|
||||||
type: "combo",
|
type: "combo",
|
||||||
options: LiteGraph.LINK_RENDER_MODES.map((m, i) => ({
|
options: [...LiteGraph.LINK_RENDER_MODES, "Hidden"].map((m, i) => ({
|
||||||
value: i,
|
value: i,
|
||||||
text: m,
|
text: m,
|
||||||
selected: i == app.canvas.links_render_mode,
|
selected: i == app.canvas.links_render_mode,
|
||||||
|
Loading…
Reference in New Issue
Block a user