mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 04:45:00 +00:00
History: don't hide 'Export all history' if there ain't any txes
This commit is contained in:
parent
46227bdad0
commit
5dccde25f4
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue