From 7954661100dddcecbf472d7f470d4b5a57a59f25 Mon Sep 17 00:00:00 2001 From: malinero Date: Sun, 2 Oct 2022 10:39:31 +0200 Subject: [PATCH] Android: disable simple mode --- wizard/WizardModeSelection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/WizardModeSelection.qml b/wizard/WizardModeSelection.qml index 5411735c..eb6b36d4 100644 --- a/wizard/WizardModeSelection.qml +++ b/wizard/WizardModeSelection.qml @@ -41,7 +41,7 @@ Rectangle { property alias pageHeight: pageRoot.height property string viewName: "wizardModeSelection1" property bool portable: persistentSettings.portable - property bool simpleModeAvailable: !isTails && appWindow.persistentSettings.nettype == 0 + property bool simpleModeAvailable: !isTails && appWindow.persistentSettings.nettype == 0 && !isAndroid function applyWalletMode(mode, wizardState) { if (!persistentSettings.setPortable(portable)) {