Fix incorrect display of Terminal Log in nodes tree tab

This commit is contained in:
aurel-g 2024-10-22 00:27:11 +02:00 committed by GitHub
parent ade30470cc
commit 876f75c403
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)",