diff --git a/src/main.cpp b/src/main.cpp index cb94be2..823cf7f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -226,7 +226,7 @@ WUPS_CONFIG_CLOSED() { } } -ON_APPLICATION_REQUESTS_EXIT() { +ON_APPLICATION_ENDS() { stopServer(); deinitLogging(); }