mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Prevent flashing of white on resize.
This commit is contained in:
parent
8aba76ad05
commit
d9ddd373d6
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user