Merge pull request #538

7987455 reset balance on wallet close (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-03-07 11:02:34 +00:00
commit 9f01082937
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 2 additions and 0 deletions

View File

@ -757,6 +757,8 @@ ApplicationWindow {
currentWallet = undefined;
wizard.restart();
rootItem.state = "wizard"
// reset balance
leftPanel.balanceText = leftPanel.unlockedBalanceText = walletManager.displayAmount(0);
}
objectName: "appWindow"