From 1eed65be1189c0932c4ca8552caa37a2a3545c90 Mon Sep 17 00:00:00 2001 From: rating89us <45968869+rating89us@users.noreply.github.com> Date: Sat, 11 Dec 2021 17:21:47 +0100 Subject: [PATCH] LeftPanel: auto refresh Transactions page during wallet scan --- LeftPanel.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LeftPanel.qml b/LeftPanel.qml index 13c9b271..3800b6cf 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -63,6 +63,13 @@ Rectangle { signal addressBookClicked() signal accountClicked() + onBalanceStringChanged: { + if (middlePanel.state == "History") { + middlePanel.historyView.onPageClosed() + middlePanel.historyView.onPageCompleted() + } + } + function selectItem(pos) { menuColumn.previousButton.checked = false if(pos === "History") menuColumn.previousButton = historyButton