Update custom-node-list.json

Renamed LinkModeToggle to ComfyUI-LinkModeToggle.
This commit is contained in:
mikesimone 2025-11-07 10:10:31 -08:00 committed by GitHub
parent 5b0c2abf3a
commit 03736ec974
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36123,16 +36123,15 @@
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
}, },
{ {
"name": "LinkModeToggle", "name": "ComfyUI-LinkModeToggle",
"author": "Mike Simone", "author": "mikesimone",
"url": "https://github.com/YOUR_GITHUB_USERNAME/LinkModeToggle", "title": "Link Mode Toggle",
"branch": "main", "description": "Adds hotkeys (F8 / Ctrl+K) and a toolbar button to cycle node link styles (Spline / Linear / Straight).",
"tags": ["ui", "ux", "canvas", "links"], "repo": "https://github.com/mikesimone/ComfyUI-LinkModeToggle",
"description": "F8/Ctrl+K hotkeys and a bottom-right toolbar button to cycle link render modes (Spline/Linear/Straight) with persistence.", "tags": ["ui", "hotkey", "canvas"],
"python": false, "branch": "main"
"pip": [],
"license": "MIT"
} }
] ]
} }