mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
Fix incorrect display of Terminal Log in nodes tree tab (#1174)
This commit is contained in:
parent
967dc4e4dd
commit
7f3a70bf6b
@ -53,7 +53,7 @@ app.registerExtension({
|
|||||||
|
|
||||||
// Load default visibility
|
// Load default visibility
|
||||||
LiteGraph.registerNodeType(
|
LiteGraph.registerNodeType(
|
||||||
"Terminal Log //CM",
|
"Terminal Log",
|
||||||
Object.assign(TerminalNode, {
|
Object.assign(TerminalNode, {
|
||||||
title_mode: LiteGraph.NORMAL_TITLE,
|
title_mode: LiteGraph.NORMAL_TITLE,
|
||||||
title: "Terminal Log (Manager)",
|
title: "Terminal Log (Manager)",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user