From fe5e62605bab3d980333bd4db7e4862632aeec93 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:14:57 +0800 Subject: Straight to All-Products for now --- Link.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Link.qml b/Link.qml index 5567d18..45f46be 100644 --- a/Link.qml +++ b/Link.qml @@ -24,7 +24,7 @@ Rectangle { Layout.alignment: Qt.AlignCenter text: "https://darapsa.com/" + arg + "" linkColor: "#ffffff" - onLinkActivated: Qt.openUrlExternally(link) + onLinkActivated: Qt.openUrlExternally("https://darapsa.com/" + arg + "/All-Products") } } } -- cgit v1.2.3