mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-16 16:42:13 +00:00
Merge pull request #2616
5dccde2
History: don't hide 'Export all history' if there ain't any txes (xiphon)
This commit is contained in:
commit
5ff030783a
1 changed files with 1 additions and 1 deletions
|
@ -1314,7 +1314,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