diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2020-11-04 01:43:59 +0100 |
|---|---|---|
| committer | rating89us <rating89us@rating89us.com> | 2020-12-04 12:53:40 +0100 |
| commit | 01c3c1965357200b07e2f7927dc72d770577f76e (patch) | |
| tree | 7aea5220e41605d22fbede80a9b5b6d4ac50622b /MiddlePanel.qml | |
| parent | af0b3142a0181bf0b940544cf6ac648b1430da7c (diff) | |
| download | monzero-gui-01c3c1965357200b07e2f7927dc72d770577f76e.tar.gz monzero-gui-01c3c1965357200b07e2f7927dc72d770577f76e.tar.xz monzero-gui-01c3c1965357200b07e2f7927dc72d770577f76e.zip | |
SuccessfulTxDialog: add View progress button
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 0bcca0be..f1fc012a 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -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" |
