aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
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
}