From 5dccde25f4b3e675f814fc7d86620d0822caee74 Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 16 Dec 2019 09:30:23 +0000 Subject: [PATCH] History: don't hide 'Export all history' if there ain't any txes --- pages/History.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {