aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardWalletInput.qml
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2019-04-05 15:07:03 -0700
committermmbyday <mmbyday@protonmail.com>2019-04-11 01:28:19 -0700
commit7b0bdb17505146c1680c075bce97f2fa1b6f360f (patch)
tree4e28ab9629595791a087301dda35eb326c33e537 /wizard/WizardWalletInput.qml
parentd2c47606ca8446e58ef122117f8f84b578691bab (diff)
downloadmonzero-gui-7b0bdb17505146c1680c075bce97f2fa1b6f360f.tar.gz
monzero-gui-7b0bdb17505146c1680c075bce97f2fa1b6f360f.tar.xz
monzero-gui-7b0bdb17505146c1680c075bce97f2fa1b6f360f.zip
wizard: fix clearing of restore wallet fields
Diffstat (limited to 'wizard/WizardWalletInput.qml')
-rw-r--r--wizard/WizardWalletInput.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/WizardWalletInput.qml b/wizard/WizardWalletInput.qml
index e8946647..895dec00 100644
--- a/wizard/WizardWalletInput.qml
+++ b/wizard/WizardWalletInput.qml
@@ -55,6 +55,8 @@ GridLayout {
function reset() {
walletName.error = !walletName.verify();
walletLocation.error = walletLocation.text === "";
+ walletLocation.text = moneroAccountsDir + "/";
+ walletName.text = defaultAccountName;
}
MoneroComponents.LineEdit {