mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-04 23:51:10 +02:00
Merge 1eed65be11
into 0a9d61986c
This commit is contained in:
commit
009e7604aa
@ -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