mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Merge branch 'feature/new-gui' of github.com:amnezia-vpn/amnezia-client into feature/new-gui
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
#include <QHostInfo>
|
||||
#include <QStandardPaths>
|
||||
|
||||
#ifdef Q_OS_IOS
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#endif
|
||||
|
||||
#include "fileUtilites.h"
|
||||
#include "utilities.h"
|
||||
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user