mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Main: clear spendable funds message when closing wallet
This commit is contained in:
parent
38612c1285
commit
2f8c0ca499
1 changed files with 3 additions and 1 deletions
4
main.qml
4
main.qml
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue