aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-11-28 11:45:50 +0100
committerGitHub <noreply@github.com>2021-11-28 11:45:50 +0100
commita4b907a668fdd45fba61d9e48d7adb70a13e61e2 (patch)
tree1cf69f5ebe95fd634195614726f311eedcd37d1f /wizard
parentc72729fa5db0d018b0929866fb847ac99e05086f (diff)
downloadmonzero-gui-a4b907a668fdd45fba61d9e48d7adb70a13e61e2.tar.gz
monzero-gui-a4b907a668fdd45fba61d9e48d7adb70a13e61e2.tar.xz
monzero-gui-a4b907a668fdd45fba61d9e48d7adb70a13e61e2.zip
WizardCreateDevice1: hide advanced options in simple mode
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardCreateDevice1.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml
index f2d4bb9a..a4829f63 100644
--- a/wizard/WizardCreateDevice1.qml
+++ b/wizard/WizardCreateDevice1.qml
@@ -185,6 +185,7 @@ Rectangle {
CheckBox2 {
id: showAdvancedCheckbox
+ visible: appWindow.walletMode >= 2
checked: false
text: qsTr("Advanced options") + translationManager.emptyString
}