mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
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