diff options
| author | xiphon <xiphon@protonmail.com> | 2019-12-16 09:30:23 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2019-12-16 09:30:23 +0000 |
| commit | 5dccde25f4b3e675f814fc7d86620d0822caee74 (patch) | |
| tree | d0a9a25c38b19f1e994bc42879ae122134ef16bb /pages | |
| parent | 46227bdad08e191d54e49813ee2f4c0e3c226f95 (diff) | |
| download | monzero-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
Diffstat (limited to 'pages')
| -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 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: { |
