aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authormalinero <malinero@protonmail.com>2022-10-02 10:39:31 +0200
committermalinero <malinero@protonmail.com>2022-10-02 10:40:07 +0200
commit7954661100dddcecbf472d7f470d4b5a57a59f25 (patch)
tree8c56ffd603797b56046032747f504ffec4993638 /wizard
parent22a15093163e1c50ec61d9840c4edf00c4bcdf21 (diff)
downloadmonzero-gui-7954661100dddcecbf472d7f470d4b5a57a59f25.tar.gz
monzero-gui-7954661100dddcecbf472d7f470d4b5a57a59f25.tar.xz
monzero-gui-7954661100dddcecbf472d7f470d4b5a57a59f25.zip
Android: disable simple mode
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardModeSelection.qml2
1 files changed, 1 insertions, 1 deletions
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)) {