mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Merge pull request #3521
10a01fa
Receive: add tooltip to search transactions button (rating89us)
This commit is contained in:
commit
179b74e570
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ Rectangle {
|
|||
fontAwesomeFallbackOpacity: 0.5
|
||||
Layout.preferredWidth: 23
|
||||
Layout.preferredHeight: 21
|
||||
tooltip: qsTr("See transactions") + translationManager.emptyString
|
||||
|
||||
onClicked: doSearchInHistory(address)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue