forked from Silverfish/proton-bridge
feat(GODT-3046): report all clicked external links to bridge.
This commit is contained in:
@ -55,7 +55,7 @@ RowLayout {
|
||||
type: Label.LabelType.Body
|
||||
onLinkActivated: function (link) {
|
||||
if ((link !== "#") && (link.length > 0)) {
|
||||
Qt.openUrlExternally(link);
|
||||
Backend.openExternalLink(link);
|
||||
}
|
||||
if (callback) {
|
||||
callback();
|
||||
|
||||
Reference in New Issue
Block a user