mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-04 23:51:10 +02:00
History: advanced options hidden when transaction count = 0
This commit is contained in:
parent
7c379e2cda
commit
f866d3cf8b
@ -1363,6 +1363,7 @@ Rectangle {
|
||||
Layout.bottomMargin: 20
|
||||
Layout.leftMargin: sideMargin
|
||||
Layout.rightMargin: sideMargin
|
||||
visible: root.txCount > 0
|
||||
checked: persistentSettings.historyShowAdvanced
|
||||
onClicked: persistentSettings.historyShowAdvanced = !persistentSettings.historyShowAdvanced
|
||||
text: qsTr("Advanced options") + translationManager.emptyString
|
||||
|
Loading…
Reference in New Issue
Block a user