summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Link.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Link.qml b/Link.qml
index 2bcacdc..5567d18 100644
--- a/Link.qml
+++ b/Link.qml
@@ -24,7 +24,7 @@ Rectangle {
Layout.alignment: Qt.AlignCenter
text: "<a href=\"https://darapsa.com/" + arg + "\">https://darapsa.com/" + arg + "</a>"
linkColor: "#ffffff"
- onLinkActivated: activated(arg)
+ onLinkActivated: Qt.openUrlExternally(link)
}
}
}