Merge branch 'pixelass-patch-1' of https://github.com/pixelass/ComfyUI

This commit is contained in:
comfyanonymous 2023-09-01 11:48:11 -04:00
commit c335fdf200
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const ext = {
name: "Link Render Mode",
defaultValue: 2,
type: "combo",
options: LiteGraph.LINK_RENDER_MODES.map((m, i) => ({
options: [...LiteGraph.LINK_RENDER_MODES, "Hidden"].map((m, i) => ({
value: i,
text: m,
selected: i == app.canvas.links_render_mode,