mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Update ChatView.qml
Directed the Documentation link specifically to the ChatUI documentation. Co-authored-by: ThiloteE <73715071+ThiloteE@users.noreply.github.com> Signed-off-by: 3Simplex <10260755+3Simplex@users.noreply.github.com>
This commit is contained in:
parent
4f6c43aec9
commit
9c23d44ad3
@ -845,9 +845,9 @@ Rectangle {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
textFormat: Text.StyledText
|
||||
text: qsTr(
|
||||
"<p></p><a href=\"https://docs.gpt4all.io/index.html\">Documentation
|
||||
"<p></p><a href=\"https://docs.gpt4all.io/gpt4all_chat.html\">Documentation
|
||||
")
|
||||
onLinkActivated: { Qt.openUrlExternally("https://docs.gpt4all.io/index.html") }
|
||||
onLinkActivated: { Qt.openUrlExternally("https://docs.gpt4all.io/gpt4all_chat.html") }
|
||||
color: theme.textColor
|
||||
linkColor: theme.linkColor
|
||||
font.pixelSize: theme.fontSizeLarge
|
||||
|
Loading…
Reference in New Issue
Block a user