aboutsummaryrefslogtreecommitdiff
path: root/MiddlePanel.qml
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2020-11-04 01:43:59 +0100
committerrating89us <rating89us@rating89us.com>2020-12-04 12:53:40 +0100
commit01c3c1965357200b07e2f7927dc72d770577f76e (patch)
tree7aea5220e41605d22fbede80a9b5b6d4ac50622b /MiddlePanel.qml
parentaf0b3142a0181bf0b940544cf6ac648b1430da7c (diff)
downloadmonzero-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.qml6
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"