1 parent 26b6902 commit fdd0402Copy full SHA for fdd0402
1 file changed
main.qml
@@ -1374,6 +1374,8 @@ ApplicationWindow {
1374
}
1375
1376
Component.onCompleted: {
1377
+ logger.resetLogFilePath(persistentSettings.portable);
1378
+
1379
if (screenAvailableWidth > width) {
1380
x = (screenAvailableWidth - width) / 2;
1381
@@ -1420,7 +1422,6 @@ ApplicationWindow {
1420
1422
} else {
1421
1423
wizard.wizardState = "wizardHome";
1424
rootItem.state = "normal"
- logger.resetLogFilePath(persistentSettings.portable);
1425
openWallet("wizard");
1426
1427
0 commit comments