diff options
| author | malinero <malinero@protonmail.com> | 2022-10-02 10:39:31 +0200 |
|---|---|---|
| committer | malinero <malinero@protonmail.com> | 2022-10-02 10:40:07 +0200 |
| commit | 7954661100dddcecbf472d7f470d4b5a57a59f25 (patch) | |
| tree | 8c56ffd603797b56046032747f504ffec4993638 | |
| parent | 22a15093163e1c50ec61d9840c4edf00c4bcdf21 (diff) | |
| download | monzero-gui-7954661100dddcecbf472d7f470d4b5a57a59f25.tar.gz monzero-gui-7954661100dddcecbf472d7f470d4b5a57a59f25.tar.xz monzero-gui-7954661100dddcecbf472d7f470d4b5a57a59f25.zip | |
Android: disable simple mode
| -rw-r--r-- | wizard/WizardModeSelection.qml | 2 |
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)) { |
