From 017bc278e06ffa7b645c2dda9832dd2eacf0f1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= 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(-) (limited to 'Link.qml') 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.2.3