mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
reset balance on wallet close
This commit is contained in:
parent
2e3350c060
commit
7987455fcf
1 changed files with 2 additions and 0 deletions
2
main.qml
2
main.qml
|
@ -754,6 +754,8 @@ ApplicationWindow {
|
|||
currentWallet = undefined;
|
||||
wizard.restart();
|
||||
rootItem.state = "wizard"
|
||||
// reset balance
|
||||
leftPanel.balanceText = leftPanel.unlockedBalanceText = walletManager.displayAmount(0);
|
||||
}
|
||||
|
||||
objectName: "appWindow"
|
||||
|
|
Loading…
Reference in a new issue