diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-04-24 16:14:28 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-24 16:14:28 -0400 |
| commit | c11e32f511fdd8f1998b50aeab6da4f91dc903b6 (patch) | |
| tree | 7eed9fb77347eeee74b32e80970432714c591295 /MiddlePanel.qml | |
| parent | bc1131ce41f5386639ddf0538df8044cb5271598 (diff) | |
| parent | 01c3c1965357200b07e2f7927dc72d770577f76e (diff) | |
| download | monzero-gui-c11e32f511fdd8f1998b50aeab6da4f91dc903b6.tar.gz monzero-gui-c11e32f511fdd8f1998b50aeab6da4f91dc903b6.tar.xz monzero-gui-c11e32f511fdd8f1998b50aeab6da4f91dc903b6.zip | |
Merge pull request #3208
01c3c19 SuccessfulTxDialog: add View progress button (rating89us)
Diffstat (limited to 'MiddlePanel.qml')
| -rw-r--r-- | MiddlePanel.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 386ec24b..544f0244 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -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" |
