updated: added encryption docs links

This commit is contained in:
MrMirDan
2025-12-23 14:51:34 +02:00
parent ecc94ef48a
commit dd511de97d
3 changed files with 3 additions and 3 deletions
@@ -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")
}
}