wizard: fix clearing of restore wallet fields

This commit is contained in:
mmbyday
2019-04-05 15:07:03 -07:00
parent d2c47606ca
commit 7b0bdb1750
2 changed files with 4 additions and 2 deletions

View File

@@ -55,6 +55,8 @@ GridLayout {
function reset() {
walletName.error = !walletName.verify();
walletLocation.error = walletLocation.text === "";
walletLocation.text = moneroAccountsDir + "/";
walletName.text = defaultAccountName;
}
MoneroComponents.LineEdit {