Android fileSave fixes
This commit is contained in:
parent
7fc4ea0c68
commit
c4f94efe24
3 changed files with 6 additions and 4 deletions
|
|
@ -101,7 +101,7 @@ PageType {
|
|||
image: "qrc:/images/controls/save.svg"
|
||||
|
||||
onClicked: {
|
||||
if (Qt.platform.os === "ios") {
|
||||
if (GC.isMobile()) {
|
||||
SettingsController.exportLogsFile("AmneziaVPN.log")
|
||||
} else {
|
||||
fileDialog.open()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue