From 01c3c1965357200b07e2f7927dc72d770577f76e Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Wed, 4 Nov 2020 01:43:59 +0100 Subject: SuccessfulTxDialog: add View progress button --- MiddlePanel.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MiddlePanel.qml') 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" -- cgit v1.2.3