From 7a0f2796f3f7fd7d70f2326987b39a9235826d5c Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Tue, 11 Apr 2023 20:11:01 -0400 Subject: [PATCH] Make the font non-black on some systems and remove logo for now. --- main.qml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/main.qml b/main.qml index 3cd18444..c6054e6f 100644 --- a/main.qml +++ b/main.qml @@ -37,15 +37,6 @@ Window { focus: false horizontalAlignment: TextInput.AlignHCenter } - - Image { - anchors.left: modelNameField.right - anchors.verticalCenter: modelNameField.baseline - width: 50 - height: 65 - source: "qrc:/gpt4all-chat/icons/logo.svg" - z: 300 - } } BusyIndicator { @@ -226,6 +217,7 @@ Window { anchors.top: parent.top wrapMode: Text.WordWrap text: qsTr("Chat lists of specific conversations coming soon! Check back often for new features :)") + color: "#d1d5db" } Label { @@ -238,6 +230,7 @@ Window { wrapMode: Text.WordWrap text: qsTr("Check out our discord channel https://discord.gg/4M2QFmTt2k") onLinkActivated: { Qt.openUrlExternally("https://discord.gg/4M2QFmTt2k") } + color: "#d1d5db" } Label { @@ -250,6 +243,7 @@ Window { wrapMode: Text.WordWrap text: qsTr("Thanks to nomic.ai and the community for contributing so much great data and energy!") onLinkActivated: { Qt.openUrlExternally("https://home.nomic.ai") } + color: "#d1d5db" } Button {