updated: added encryption docs links

This commit is contained in:
MrMirDan
2025-12-23 14:51:34 +02:00
parent 452150bfff
commit 805d594608
3 changed files with 3 additions and 3 deletions

View File

@@ -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")
}
}
}

View File

@@ -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")
}
}

View File

@@ -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")
}
}