mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-10 14:07:26 -04:00
Windows: don't allow non-ascii characters in path
This commit is contained in:
@@ -55,7 +55,7 @@ Item {
|
||||
settingsObject['words'] = uiItem.wordsTexttext
|
||||
settingsObject['wallet_path'] = uiItem.walletPath
|
||||
var walletFullPath = wizard.createWalletPath(uiItem.walletPath,uiItem.accountNameText);
|
||||
return !wizard.walletExists(walletFullPath);
|
||||
return wizard.walletPathValid(walletFullPath);
|
||||
}
|
||||
|
||||
function checkNextButton() {
|
||||
|
||||
Reference in New Issue
Block a user