mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
fixed saving of configs for mobile platforms
This commit is contained in:
@@ -33,7 +33,7 @@ DrawerType {
|
|||||||
onClosed: {
|
onClosed: {
|
||||||
configExtension = ".vpn"
|
configExtension = ".vpn"
|
||||||
configCaption = qsTr("Save AmneziaVPN config")
|
configCaption = qsTr("Save AmneziaVPN config")
|
||||||
configFileName = "amnezia_config.vpn"
|
configFileName = "amnezia_config"
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
@@ -74,7 +74,7 @@ DrawerType {
|
|||||||
onClicked: {
|
onClicked: {
|
||||||
var fileName = ""
|
var fileName = ""
|
||||||
if (GC.isMobile()) {
|
if (GC.isMobile()) {
|
||||||
fileName = configFileName
|
fileName = configFileName + configExtension
|
||||||
} else {
|
} else {
|
||||||
fileName = SystemController.getFileName(configCaption,
|
fileName = SystemController.getFileName(configCaption,
|
||||||
qsTr("Config files (*" + configExtension + ")"),
|
qsTr("Config files (*" + configExtension + ")"),
|
||||||
|
|||||||
Reference in New Issue
Block a user