Merge branch 'feature/new-gui' of github.com:amnezia-vpn/amnezia-client into feature/new-gui

This commit is contained in:
vladimir.kuznetsov 2023-09-06 22:22:01 +05:00
commit a76e22c021
4 changed files with 7 additions and 4 deletions

View file

@ -300,7 +300,7 @@ PageType {
text: qsTr("Save site list")
clickedFunction: function() {
if (Qt.platform.os === "ios") {
if (GC.isMobile()) {
SitesController.exportSites("amezia_tunnel.json")
} else {
saveFileDialog.open()