mirror of
https://github.com/monero-project/monero-gui
synced 2025-02-23 10:25:24 +01:00
Merge pull request #3758
a4b907a WizardCreateDevice1: hide advanced options in simple mode (rating89us)
This commit is contained in:
commit
7eef4f3364
@ -185,6 +185,7 @@ Rectangle {
|
||||
|
||||
CheckBox2 {
|
||||
id: showAdvancedCheckbox
|
||||
visible: appWindow.walletMode >= 2
|
||||
checked: false
|
||||
text: qsTr("Advanced options") + translationManager.emptyString
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user