mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 17:20:37 +02:00
reset balance on wallet close
This commit is contained in:
parent
2e3350c060
commit
7987455fcf
2
main.qml
2
main.qml
@ -754,6 +754,8 @@ ApplicationWindow {
|
|||||||
currentWallet = undefined;
|
currentWallet = undefined;
|
||||||
wizard.restart();
|
wizard.restart();
|
||||||
rootItem.state = "wizard"
|
rootItem.state = "wizard"
|
||||||
|
// reset balance
|
||||||
|
leftPanel.balanceText = leftPanel.unlockedBalanceText = walletManager.displayAmount(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
objectName: "appWindow"
|
objectName: "appWindow"
|
||||||
|
Loading…
Reference in New Issue
Block a user