mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
chore: added links to instructions
This commit is contained in:
@@ -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: [
|
||||||
|
|||||||
Reference in New Issue
Block a user