forked from Public/monero-gui
Merge pull request #3208
01c3c19 SuccessfulTxDialog: add View progress button (rating89us)
This commit is contained in:
@@ -116,6 +116,12 @@ Rectangle {
|
||||
transferView.sendTo(address, paymentId, description);
|
||||
}
|
||||
|
||||
// open Transactions page with search term in search field
|
||||
function searchInHistory(searchTerm){
|
||||
root.state = "History";
|
||||
historyView.searchInHistory(searchTerm);
|
||||
}
|
||||
|
||||
states: [
|
||||
State {
|
||||
name: "History"
|
||||
|
||||
Reference in New Issue
Block a user