chore: added links to instructions
This commit is contained in:
parent
95121c06e2
commit
5f6cd282d3
1 changed files with 6 additions and 6 deletions
|
@ -20,21 +20,21 @@ PageType {
|
||||||
id: windows
|
id: windows
|
||||||
|
|
||||||
readonly property string title: qsTr("Windows")
|
readonly property string title: qsTr("Windows")
|
||||||
readonly property string link: qsTr("")
|
readonly property string link: qsTr("https://docs.amnezia.org/documentation/instructions/connect-amnezia-premium#windows")
|
||||||
}
|
}
|
||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
id: macos
|
id: macos
|
||||||
|
|
||||||
readonly property string title: qsTr("macOS")
|
readonly property string title: qsTr("macOS")
|
||||||
readonly property string link: qsTr("")
|
readonly property string link: qsTr("https://docs.amnezia.org/documentation/instructions/connect-amnezia-premium#macos")
|
||||||
}
|
}
|
||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
id: android
|
id: android
|
||||||
|
|
||||||
readonly property string title: qsTr("Android")
|
readonly property string title: qsTr("Android")
|
||||||
readonly property string link: qsTr("")
|
readonly property string link: qsTr("https://docs.amnezia.org/documentation/instructions/connect-amnezia-premium#android")
|
||||||
}
|
}
|
||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
|
@ -48,21 +48,21 @@ PageType {
|
||||||
id: ios
|
id: ios
|
||||||
|
|
||||||
readonly property string title: qsTr("iOS")
|
readonly property string title: qsTr("iOS")
|
||||||
readonly property string link: qsTr("")
|
readonly property string link: qsTr("https://docs.amnezia.org/documentation/instructions/connect-amnezia-premium#ios")
|
||||||
}
|
}
|
||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
id: linux
|
id: linux
|
||||||
|
|
||||||
readonly property string title: qsTr("Linux")
|
readonly property string title: qsTr("Linux")
|
||||||
readonly property string link: qsTr("")
|
readonly property string link: qsTr("https://docs.amnezia.org/documentation/instructions/connect-amnezia-premium#linux")
|
||||||
}
|
}
|
||||||
|
|
||||||
QtObject {
|
QtObject {
|
||||||
id: routers
|
id: routers
|
||||||
|
|
||||||
readonly property string title: qsTr("Routers")
|
readonly property string title: qsTr("Routers")
|
||||||
readonly property string link: qsTr("")
|
readonly property string link: qsTr("https://docs.amnezia.org/documentation/instructions/connect-amnezia-premium#routers")
|
||||||
}
|
}
|
||||||
|
|
||||||
property list<QtObject> instructionsModel: [
|
property list<QtObject> instructionsModel: [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue