mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-26 00:58:44 +00:00
Merge pull request #3758
a4b907a
WizardCreateDevice1: hide advanced options in simple mode (rating89us)
This commit is contained in:
commit
7eef4f3364
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ Rectangle {
|
||||||
|
|
||||||
CheckBox2 {
|
CheckBox2 {
|
||||||
id: showAdvancedCheckbox
|
id: showAdvancedCheckbox
|
||||||
|
visible: appWindow.walletMode >= 2
|
||||||
checked: false
|
checked: false
|
||||||
text: qsTr("Advanced options") + translationManager.emptyString
|
text: qsTr("Advanced options") + translationManager.emptyString
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue