mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 13:27:25 -04:00
Wizard: set unused wallet name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user