Windows: don't allow non-ascii characters in path

This commit is contained in:
Jaquee
2016-11-29 17:14:11 +01:00
parent 1a610db431
commit abd5c685af
3 changed files with 26 additions and 9 deletions

View File

@@ -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() {