mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-29 16:58:18 +00:00
Prevent flashing of white on resize.
This commit is contained in:
parent
60f2ee938c
commit
d3984e532a
@ -16,6 +16,7 @@ Window {
|
|||||||
minimumHeight: 480
|
minimumHeight: 480
|
||||||
visible: true
|
visible: true
|
||||||
title: qsTr("GPT4All v") + Qt.application.version
|
title: qsTr("GPT4All v") + Qt.application.version
|
||||||
|
color: "transparent"
|
||||||
|
|
||||||
Theme {
|
Theme {
|
||||||
id: theme
|
id: theme
|
||||||
@ -24,8 +25,6 @@ Window {
|
|||||||
property var currentChat: LLM.chatListModel.currentChat
|
property var currentChat: LLM.chatListModel.currentChat
|
||||||
property var chatModel: currentChat.chatModel
|
property var chatModel: currentChat.chatModel
|
||||||
|
|
||||||
color: theme.textColor
|
|
||||||
|
|
||||||
// Startup code
|
// Startup code
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (!LLM.compatHardware) {
|
if (!LLM.compatHardware) {
|
||||||
|
Loading…
Reference in New Issue
Block a user