mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-21 18:41:59 +00:00
Actually use the theme dark color for window background.
This commit is contained in:
parent
d9ddd373d6
commit
25ee51e2ca
@ -16,7 +16,6 @@ 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
|
||||||
@ -25,6 +24,8 @@ 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.backgroundDarkest
|
||||||
|
|
||||||
// Startup code
|
// Startup code
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
if (!LLM.compatHardware) {
|
if (!LLM.compatHardware) {
|
||||||
|
Loading…
Reference in New Issue
Block a user