diff options
| -rw-r--r-- | pages/History.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/History.qml b/pages/History.qml index ef5a6d32..2c9dc944 100644 --- a/pages/History.qml +++ b/pages/History.qml @@ -1314,7 +1314,7 @@ Rectangle { } MoneroComponents.StandardButton { - visible: !isIOS && root.txCount > 0 + visible: !isIOS small: true text: qsTr("Export all history") + translationManager.emptyString onClicked: { |
