Server view fix (#3411)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
AT
2025-01-24 10:29:28 -05:00
committed by GitHub
parent b98501c786
commit 8790586e57
2 changed files with 2 additions and 1 deletions

View File

@@ -828,7 +828,7 @@ Rectangle {
textInput.cursorPosition = text.length;
}
height: visible ? implicitHeight : 0
visible: name !== "ToolResponse: "
visible: name !== "ToolResponse: " && name !== "System: "
}
remove: Transition {