mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-04 23:51:10 +02:00
LeftPanel: auto refresh Transactions page during wallet scan
This commit is contained in:
parent
bddb9b0050
commit
1eed65be11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user