mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-22 13:41:08 +00:00
Fix link color to have consistency across platforms.
This commit is contained in:
parent
0928c01ddb
commit
a842f6c33f
2
main.qml
2
main.qml
@ -582,6 +582,7 @@ Window {
|
|||||||
text: qsTr("Check out our discord channel <a href=\"https://discord.gg/4M2QFmTt2k\">https://discord.gg/4M2QFmTt2k</a>")
|
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") }
|
onLinkActivated: { Qt.openUrlExternally("https://discord.gg/4M2QFmTt2k") }
|
||||||
color: "#d1d5db"
|
color: "#d1d5db"
|
||||||
|
linkColor: "#1e8cda"
|
||||||
|
|
||||||
Accessible.role: Accessible.Link
|
Accessible.role: Accessible.Link
|
||||||
Accessible.name: qsTr("Discord link")
|
Accessible.name: qsTr("Discord link")
|
||||||
@ -598,6 +599,7 @@ Window {
|
|||||||
text: qsTr("Thanks to <a href=\"https://home.nomic.ai\">nomic.ai</a> and the community for contributing so much great data and energy!")
|
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") }
|
onLinkActivated: { Qt.openUrlExternally("https://home.nomic.ai") }
|
||||||
color: "#d1d5db"
|
color: "#d1d5db"
|
||||||
|
linkColor: "#1e8cda"
|
||||||
|
|
||||||
Accessible.role: Accessible.Paragraph
|
Accessible.role: Accessible.Paragraph
|
||||||
Accessible.name: qsTr("Thank you blurb")
|
Accessible.name: qsTr("Thank you blurb")
|
||||||
|
Loading…
Reference in New Issue
Block a user