diff --git a/main.qml b/main.qml index aa7235e5..3ab00d2d 100644 --- a/main.qml +++ b/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"