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