Merge pull request #3521

10a01fa Receive: add tooltip to search transactions button (rating89us)
This commit is contained in:
luigi1111 2021-06-10 10:18:27 -05:00
commit 179b74e570
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -189,6 +189,7 @@ Rectangle {
fontAwesomeFallbackOpacity: 0.5
Layout.preferredWidth: 23
Layout.preferredHeight: 21
tooltip: qsTr("See transactions") + translationManager.emptyString
onClicked: doSearchInHistory(address)
}