forked from Public/monero-gui
invalidate wallet name after creation
This commit is contained in:
@@ -52,6 +52,11 @@ GridLayout {
|
||||
return false;
|
||||
}
|
||||
|
||||
function reset() {
|
||||
walletName.error = !walletName.verify();
|
||||
walletLocation.error = walletLocation.text === "";
|
||||
}
|
||||
|
||||
MoneroComponents.LineEdit {
|
||||
id: walletName
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user