mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-04-03 12:49:04 +00:00
Merge f866d3cf8b
into 47f0047c9f
This commit is contained in:
commit
94dfd92f5e
1 changed files with 1 additions and 0 deletions
|
@ -1373,6 +1373,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 a new issue