mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Make the font non-black on some systems and remove logo for now.
This commit is contained in:
parent
a9fe94767b
commit
7a0f2796f3
12
main.qml
12
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 <a href=\"https://discord.gg/4M2QFmTt2k\">https://discord.gg/4M2QFmTt2k</a>")
|
||||
onLinkActivated: { Qt.openUrlExternally("https://discord.gg/4M2QFmTt2k") }
|
||||
color: "#d1d5db"
|
||||
}
|
||||
|
||||
Label {
|
||||
@ -250,6 +243,7 @@ Window {
|
||||
wrapMode: Text.WordWrap
|
||||
text: qsTr("Thanks to <a href=\"https://home.nomic.ai\">nomic.ai</a> and the community for contributing so much great data and energy!")
|
||||
onLinkActivated: { Qt.openUrlExternally("https://home.nomic.ai") }
|
||||
color: "#d1d5db"
|
||||
}
|
||||
|
||||
Button {
|
||||
|
Loading…
Reference in New Issue
Block a user