aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-06-09 01:00:16 +0200
committerselsta <selsta@sent.at>2021-06-09 01:00:16 +0200
commitf75a2447a753aa8a3117dcea042589e41bd7b8d4 (patch)
treea1367a28ecc0887d75b4fd071e881ca1d5a34c6f /wizard
parent2946127ed791ef8dd6dc430b681a14cd5bd2d71e (diff)
downloadmonzero-gui-f75a2447a753aa8a3117dcea042589e41bd7b8d4.tar.gz
monzero-gui-f75a2447a753aa8a3117dcea042589e41bd7b8d4.tar.xz
monzero-gui-f75a2447a753aa8a3117dcea042589e41bd7b8d4.zip
Wizard: set unused wallet name
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardWalletInput.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardWalletInput.qml b/wizard/WizardWalletInput.qml
index e754a4f1..6d62df3e 100644
--- a/wizard/WizardWalletInput.qml
+++ b/wizard/WizardWalletInput.qml
@@ -56,7 +56,7 @@ GridLayout {
walletName.error = !walletName.verify();
walletLocation.error = walletLocation.text === "";
walletLocation.text = appWindow.accountsDir;
- walletName.text = defaultAccountName;
+ walletName.text = Wizard.unusedWalletName(appWindow.accountsDir, defaultAccountName, walletManager);
}
MoneroComponents.LineEdit {