mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
WizardCreateDevice1: hide advanced options in simple mode
This commit is contained in:
parent
c72729fa5d
commit
a4b907a668
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ Rectangle {
|
|||
|
||||
CheckBox2 {
|
||||
id: showAdvancedCheckbox
|
||||
visible: appWindow.walletMode >= 2
|
||||
checked: false
|
||||
text: qsTr("Advanced options") + translationManager.emptyString
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue