mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 20:40:27 +00:00
History: don't hide 'Export all history' if there ain't any txes
This commit is contained in:
parent
46227bdad0
commit
5dccde25f4
1 changed files with 1 additions and 1 deletions
|
@ -1315,7 +1315,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
MoneroComponents.StandardButton {
|
||||
visible: !isIOS && root.txCount > 0
|
||||
visible: !isIOS
|
||||
small: true
|
||||
text: qsTr("Export all history") + translationManager.emptyString
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in a new issue