diff options
Diffstat (limited to 'wizard/WizardModeSelection.qml')
| -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)) { |
