forked from Public/monero-gui
History: don't hide 'Export all history' if there ain't any txes
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user