mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02: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
|
||||
LiteGraph.registerNodeType(
|
||||
"Terminal Log //CM",
|
||||
"Terminal Log",
|
||||
Object.assign(TerminalNode, {
|
||||
title_mode: LiteGraph.NORMAL_TITLE,
|
||||
title: "Terminal Log (Manager)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user