diff options
| author | xiphon <xiphon@protonmail.com> | 2020-04-24 00:43:40 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-04-24 00:43:40 +0000 |
| commit | a99eef68f5e621f78df3b8f54e0b44a6178437f5 (patch) | |
| tree | 567dcf5abb47fb1e2b28ec620de2a4199e42b5aa /wizard/WizardController.qml | |
| parent | 585fb2810dc0d9b79255b9bd479559b36aa087d8 (diff) | |
| download | monzero-gui-a99eef68f5e621f78df3b8f54e0b44a6178437f5.tar.gz monzero-gui-a99eef68f5e621f78df3b8f54e0b44a6178437f5.tar.xz monzero-gui-a99eef68f5e621f78df3b8f54e0b44a6178437f5.zip | |
always use native directory separators in paths
Diffstat (limited to 'wizard/WizardController.qml')
| -rw-r--r-- | wizard/WizardController.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index 992ae2fb..3ec9dc79 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -371,7 +371,7 @@ Rectangle { persistentSettings.locale = wizardController.language_locale persistentSettings.account_name = wizardController.walletOptionsName - persistentSettings.wallet_path = new_wallet_filename + persistentSettings.wallet_path = wizardController.m_wallet.path; persistentSettings.restore_height = (isNaN(walletOptionsRestoreHeight))? 0 : walletOptionsRestoreHeight persistentSettings.allow_background_mining = false |
