From d3984e532a480395950a3422680c221c994fa01d Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 2 Jun 2023 20:16:11 -0400 Subject: [PATCH] Prevent flashing of white on resize. --- gpt4all-chat/main.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gpt4all-chat/main.qml b/gpt4all-chat/main.qml index f065c55f..362fd4f8 100644 --- a/gpt4all-chat/main.qml +++ b/gpt4all-chat/main.qml @@ -16,6 +16,7 @@ Window { minimumHeight: 480 visible: true title: qsTr("GPT4All v") + Qt.application.version + color: "transparent" Theme { id: theme @@ -24,8 +25,6 @@ Window { property var currentChat: LLM.chatListModel.currentChat property var chatModel: currentChat.chatModel - color: theme.textColor - // Startup code Component.onCompleted: { if (!LLM.compatHardware) {