summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-12 20:14:57 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-12 20:14:57 +0800
commitfe5e62605bab3d980333bd4db7e4862632aeec93 (patch)
tree2231924dd57309360cad7113bcfd4ba619dd3e73
parent017bc278e06ffa7b645c2dda9832dd2eacf0f1f0 (diff)
Straight to All-Products for now
-rw-r--r--Link.qml2
1 files changed, 1 insertions, 1 deletions
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: "<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")
}
}
}