aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-12-16 09:30:23 +0000
committerxiphon <xiphon@protonmail.com>2019-12-16 09:30:23 +0000
commit5dccde25f4b3e675f814fc7d86620d0822caee74 (patch)
treed0a9a25c38b19f1e994bc42879ae122134ef16bb
parent46227bdad08e191d54e49813ee2f4c0e3c226f95 (diff)
downloadmonzero-gui-5dccde25f4b3e675f814fc7d86620d0822caee74.tar.gz
monzero-gui-5dccde25f4b3e675f814fc7d86620d0822caee74.tar.xz
monzero-gui-5dccde25f4b3e675f814fc7d86620d0822caee74.zip
History: don't hide 'Export all history' if there ain't any txes
-rw-r--r--pages/History.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/History.qml b/pages/History.qml
index dbca79c3..d50a0628 100644
--- a/pages/History.qml
+++ b/pages/History.qml
@@ -1315,7 +1315,7 @@ Rectangle {
}
MoneroComponents.StandardButton {
- visible: !isIOS && root.txCount > 0
+ visible: !isIOS
small: true
text: qsTr("Export all history") + translationManager.emptyString
onClicked: {