diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-05-31 14:29:01 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-05-31 14:29:01 -0500 |
| commit | 0c7d05f25a7cf7520d4cad537e5980c194f34641 (patch) | |
| tree | f03731be3c5965e60ff602db29ca8af4dc83a8cb | |
| parent | 51419a3aa4f037869e2c9dd52377277bc4695010 (diff) | |
clean pgpatcher logs before launch
| -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); |
