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

This commit is contained in:
vladimir.kuznetsov 2023-08-31 15:45:29 +05:00
commit 8cf8c3c122
5 changed files with 33 additions and 15 deletions

View file

@ -2,6 +2,10 @@
#include <QStandardPaths>
#ifdef Q_OS_IOS
#include <CoreFoundation/CoreFoundation.h>
#endif
#include "fileUtilites.h"
#include "logger.h"
#include "ui/qautostart.h"

View file

@ -3,6 +3,10 @@
#include <QHostInfo>
#include <QStandardPaths>
#ifdef Q_OS_IOS
#include <CoreFoundation/CoreFoundation.h>
#endif
#include "fileUtilites.h"
#include "utilities.h"

View file

@ -96,7 +96,9 @@ It's okay as long as it's from someone you trust.")
clickedFunction: function() {
ImportController.startDecodingQr()
goToPage(PageEnum.PageSetupWizardQrReader)
if (Qt.platform.os === "ios") {
goToPage(PageEnum.PageSetupWizardQrReader)
}
}
}