mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
LeftPanel: auto refresh Transactions page during wallet scan
This commit is contained in:
parent
bddb9b0050
commit
1eed65be11
1 changed files with 7 additions and 0 deletions
|
@ -63,6 +63,13 @@ Rectangle {
|
||||||
signal addressBookClicked()
|
signal addressBookClicked()
|
||||||
signal accountClicked()
|
signal accountClicked()
|
||||||
|
|
||||||
|
onBalanceStringChanged: {
|
||||||
|
if (middlePanel.state == "History") {
|
||||||
|
middlePanel.historyView.onPageClosed()
|
||||||
|
middlePanel.historyView.onPageCompleted()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function selectItem(pos) {
|
function selectItem(pos) {
|
||||||
menuColumn.previousButton.checked = false
|
menuColumn.previousButton.checked = false
|
||||||
if(pos === "History") menuColumn.previousButton = historyButton
|
if(pos === "History") menuColumn.previousButton = historyButton
|
||||||
|
|
Loading…
Reference in a new issue