mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 11:57:27 -04:00
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