diff options
| -rw-r--r-- | src/src/organizercore.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/organizercore.cpp b/src/src/organizercore.cpp index 3721cf4..242ae1c 100644 --- a/src/src/organizercore.cpp +++ b/src/src/organizercore.cpp @@ -2591,6 +2591,8 @@ bool OrganizerCore::beforeRun( loop.exec(); } + movePGPatcherLogsToLogsFolder(); + // need to make sure all data is saved before we start the application if (m_CurrentProfile != nullptr) { m_CurrentProfile->writeModlistNow(true); |
