mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Android: disable simple mode
This commit is contained in:
parent
22a1509316
commit
7954661100
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Rectangle {
|
||||||
property alias pageHeight: pageRoot.height
|
property alias pageHeight: pageRoot.height
|
||||||
property string viewName: "wizardModeSelection1"
|
property string viewName: "wizardModeSelection1"
|
||||||
property bool portable: persistentSettings.portable
|
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) {
|
function applyWalletMode(mode, wizardState) {
|
||||||
if (!persistentSettings.setPortable(portable)) {
|
if (!persistentSettings.setPortable(portable)) {
|
||||||
|
|
Loading…
Reference in a new issue