mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
updated: added encryption docs links
This commit is contained in:
@@ -59,7 +59,7 @@ Rectangle {
|
||||
|
||||
onLinkActivated: function(link) {
|
||||
if (link === "learnMore") {
|
||||
console.log("Learn more pressed")
|
||||
Qt.openUrlExternally("https://storage.googleapis.com/amnezia/docs?m-path=/documentation/instructions/encryption")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ PageType {
|
||||
text: qsTr("Learn more")
|
||||
|
||||
clickedFunc: function() {
|
||||
// TODO: add link
|
||||
Qt.openUrlExternally("https://storage.googleapis.com/amnezia/docs?m-path=/documentation/instructions/encryption")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ PageType {
|
||||
text: qsTr("Learn more")
|
||||
|
||||
clickedFunc: function() {
|
||||
// TODO: add link
|
||||
Qt.openUrlExternally("https://storage.googleapis.com/amnezia/docs?m-path=/documentation/instructions/encryption")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user