WizardCreateDevice1: hide advanced options in simple mode

This commit is contained in:
rating89us 2021-11-28 11:45:50 +01:00 committed by GitHub
parent c72729fa5d
commit a4b907a668
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,6 +185,7 @@ Rectangle {
CheckBox2 {
id: showAdvancedCheckbox
visible: appWindow.walletMode >= 2
checked: false
text: qsTr("Advanced options") + translationManager.emptyString
}