mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:07:25 -04:00
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 {
|
||||
visible: !isIOS && root.txCount > 0
|
||||
visible: !isIOS
|
||||
small: true
|
||||
text: qsTr("Export all history") + translationManager.emptyString
|
||||
onClicked: {
|
||||
|
||||
Reference in New Issue
Block a user