Merge pull request #3544

f75a244 Wizard: set unused wallet name (selsta)
This commit is contained in:
luigi1111
2021-07-06 11:43:09 -04:00
2 changed files with 12 additions and 1 deletions

View File

@@ -57,7 +57,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 {