From a99eef68f5e621f78df3b8f54e0b44a6178437f5 Mon Sep 17 00:00:00 2001 From: xiphon Date: Fri, 24 Apr 2020 00:43:40 +0000 Subject: always use native directory separators in paths --- wizard/WizardWalletInput.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard/WizardWalletInput.qml') diff --git a/wizard/WizardWalletInput.qml b/wizard/WizardWalletInput.qml index e0d705cf..64356c89 100644 --- a/wizard/WizardWalletInput.qml +++ b/wizard/WizardWalletInput.qml @@ -55,7 +55,7 @@ GridLayout { function reset() { walletName.error = !walletName.verify(); walletLocation.error = walletLocation.text === ""; - walletLocation.text = moneroAccountsDir + "/"; + walletLocation.text = moneroAccountsDir; walletName.text = defaultAccountName; } -- cgit v1.2.3