Main: clear spendable funds message when closing wallet

This commit is contained in:
rating89us 2020-05-06 18:35:33 +02:00 committed by rating89us
parent 38612c1285
commit 2f8c0ca499
1 changed files with 3 additions and 1 deletions

View File

@ -1110,8 +1110,10 @@ ApplicationWindow {
wizard.restart();
wizard.wizardState = "wizardHome";
rootItem.state = "wizard"
// reset balance
// reset balance, clear spendable funds message
clearMoneroCardLabelText();
leftPanel.minutesToUnlock = "";
// reset fields
middlePanel.addressBookView.clearFields();
middlePanel.transferView.clearFields();
middlePanel.receiveView.clearFields();