diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-12 20:14:57 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-12 20:14:57 +0800 |
commit | fe5e62605bab3d980333bd4db7e4862632aeec93 (patch) | |
tree | 2231924dd57309360cad7113bcfd4ba619dd3e73 /Link.qml | |
parent | 017bc278e06ffa7b645c2dda9832dd2eacf0f1f0 (diff) |
Straight to All-Products for now
Diffstat (limited to 'Link.qml')
-rw-r--r-- | Link.qml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ Rectangle { Layout.alignment: Qt.AlignCenter text: "<a href=\"https://darapsa.com/" + arg + "\">https://darapsa.com/" + arg + "</a>" linkColor: "#ffffff" - onLinkActivated: Qt.openUrlExternally(link) + onLinkActivated: Qt.openUrlExternally("https://darapsa.com/" + arg + "/All-Products") } } } |