From 017bc278e06ffa7b645c2dda9832dd2eacf0f1f0 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Mon, 12 Jul 2021 20:03:56 +0800 Subject: Shop link opens external web browser --- Link.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "https://darapsa.com/" + arg + "" linkColor: "#ffffff" - onLinkActivated: activated(arg) + onLinkActivated: Qt.openUrlExternally(link) } } } -- cgit v1.3