History: don't hide 'Export all history' if there ain't any txes

This commit is contained in:
xiphon 2019-12-16 09:30:23 +00:00
parent 46227bdad0
commit 5dccde25f4

View file

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