mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 02:20:28 +00:00
Server view fix (#3411)
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -828,7 +828,7 @@ Rectangle {
|
||||
textInput.cursorPosition = text.length;
|
||||
}
|
||||
height: visible ? implicitHeight : 0
|
||||
visible: name !== "ToolResponse: "
|
||||
visible: name !== "ToolResponse: " && name !== "System: "
|
||||
}
|
||||
|
||||
remove: Transition {
|
||||
|
Reference in New Issue
Block a user