Save files for iOS
This commit is contained in:
parent
1b3a32f83f
commit
195a3ab170
6 changed files with 22 additions and 9 deletions
|
@ -302,7 +302,11 @@ PageType {
|
|||
text: qsTr("Save site list")
|
||||
|
||||
clickedFunction: function() {
|
||||
saveFileDialog.open()
|
||||
if (Qt.platform.os === "ios") {
|
||||
ExportController.saveFile("amezia_tunnel.json")
|
||||
} else {
|
||||
saveFileDialog.open()
|
||||
}
|
||||
}
|
||||
|
||||
FileDialog {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue