mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-28 09:31:37 +01: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
@ -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 New Issue
Block a user