fix shutdown

This commit is contained in:
2026-06-20 01:20:14 +02:00
parent 1479ad468d
commit b1dad89214
8 changed files with 209 additions and 158 deletions
+1
View File
@@ -126,5 +126,6 @@ void App::run() {
}
void App::cleanup() {
spdlog::info("Cleaning up");
customCleanup();
}