SuccessfulTxDialog: add View progress button

This commit is contained in:
rating89us
2020-11-04 01:43:59 +01:00
committed by rating89us
parent af0b3142a0
commit 01c3c19653
4 changed files with 59 additions and 14 deletions

View File

@@ -119,6 +119,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"