forked from Public/monero-gui
always use native directory separators in paths
This commit is contained in:
@@ -55,7 +55,7 @@ GridLayout {
|
||||
function reset() {
|
||||
walletName.error = !walletName.verify();
|
||||
walletLocation.error = walletLocation.text === "";
|
||||
walletLocation.text = moneroAccountsDir + "/";
|
||||
walletLocation.text = moneroAccountsDir;
|
||||
walletName.text = defaultAccountName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user