Receive: add tooltip to search transactions button

This commit is contained in:
rating89us 2021-06-02 16:43:11 +02:00 committed by GitHub
parent 2946127ed7
commit 10a01fa5b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)
}