mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
Add ability to click on links in latest news.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
6cb3ddafd6
commit
e5d8438f95
@ -189,6 +189,9 @@ Rectangle {
|
||||
Accessible.role: Accessible.Paragraph
|
||||
Accessible.name: qsTr("Latest news")
|
||||
Accessible.description: qsTr("Latest news from GPT4All")
|
||||
onLinkActivated: function(link) {
|
||||
Qt.openUrlExternally(link);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user