added the ability to change the site link via a translation file
This commit is contained in:
parent
4f7ba4c9a8
commit
0690d86e52
2 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ PageType {
|
|||
|
||||
text: qsTr("I have nothing")
|
||||
|
||||
onClicked: Qt.openUrlExternally("https://amnezia.org/instructions/0_starter-guide")
|
||||
onClicked: Qt.openUrlExternally(qsTr("https://amnezia.org/instructions/0_starter-guide"))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue