Skip to content

Commit

Permalink
Android: disable simple mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinero committed Oct 2, 2022
1 parent 22a1509 commit 7954661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wizard/WizardModeSelection.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 7954661

Please sign in to comment.