Actually use the theme dark color for window background.

This commit is contained in:
Adam Treat 2023-06-02 20:19:50 -04:00
parent d9ddd373d6
commit 25ee51e2ca

View File

@ -16,7 +16,6 @@ Window {
minimumHeight: 480
visible: true
title: qsTr("GPT4All v") + Qt.application.version
color: "transparent"
Theme {
id: theme
@ -25,6 +24,8 @@ Window {
property var currentChat: LLM.chatListModel.currentChat
property var chatModel: currentChat.chatModel
color: theme.backgroundDarkest
// Startup code
Component.onCompleted: {
if (!LLM.compatHardware) {