1
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:
luigi1111 2019-12-19 19:34:08 -05:00
commit 5ff030783a
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -1314,7 +1314,7 @@ Rectangle {
}
MoneroComponents.StandardButton {
visible: !isIOS && root.txCount > 0
visible: !isIOS
small: true
text: qsTr("Export all history") + translationManager.emptyString
onClicked: {