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>
pull/2187/head
3Simplex 2 months ago committed by AT
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…
Cancel
Save