diff options
| author | xiphon <xiphon@protonmail.com> | 2020-10-08 15:52:34 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-10-08 18:28:07 +0000 |
| commit | 3c28ecef93949224f68d301f71d47296cc67e2f5 (patch) | |
| tree | f23df1eae23ebbadcc9e8f138108e039366f14db /wizard | |
| parent | d3943ca2a9e1fa27ec9141ed94e1d4fb530aca31 (diff) | |
| download | monzero-gui-3c28ecef93949224f68d301f71d47296cc67e2f5.tar.gz monzero-gui-3c28ecef93949224f68d301f71d47296cc67e2f5.tar.xz monzero-gui-3c28ecef93949224f68d301f71d47296cc67e2f5.zip | |
Logger: runtime log config, no logs till a user selects wallet mode
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardModeSelection.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardModeSelection.qml b/wizard/WizardModeSelection.qml index 0a8b4d90..39fac9a2 100644 --- a/wizard/WizardModeSelection.qml +++ b/wizard/WizardModeSelection.qml @@ -48,6 +48,7 @@ Rectangle { return; } + logger.resetLogFilePath(portable); appWindow.changeWalletMode(mode); wizardController.wizardStackView.backTransition = false; wizardController.wizardState = wizardState; |
