mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
wizard: fix clearing of restore wallet fields
This commit is contained in:
@@ -55,6 +55,8 @@ GridLayout {
|
||||
function reset() {
|
||||
walletName.error = !walletName.verify();
|
||||
walletLocation.error = walletLocation.text === "";
|
||||
walletLocation.text = moneroAccountsDir + "/";
|
||||
walletName.text = defaultAccountName;
|
||||
}
|
||||
|
||||
MoneroComponents.LineEdit {
|
||||
|
||||
Reference in New Issue
Block a user