Fix incorrect display of Terminal Log in nodes tree tab (#1174)

This commit is contained in:
aurel-g 2024-10-22 15:39:10 +02:00 committed by GitHub
parent 967dc4e4dd
commit 7f3a70bf6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)",