invalidate wallet name after creation

This commit is contained in:
dsc
2019-03-01 09:09:02 +01:00
parent 07df0f41bf
commit 0d24f642c3
4 changed files with 18 additions and 0 deletions

View File

@@ -52,6 +52,11 @@ GridLayout {
return false;
}
function reset() {
walletName.error = !walletName.verify();
walletLocation.error = walletLocation.text === "";
}
MoneroComponents.LineEdit {
id: walletName
Layout.fillWidth: true