fix: better handle Windows shutting down in newer Qt versions (#6368)

This commit is contained in:
pajlada
2025-08-09 11:43:32 +02:00
committed by GitHub
parent f21f1b8781
commit f7042dc542
5 changed files with 20 additions and 5 deletions
+2
View File
@@ -607,6 +607,8 @@ void Application::aboutToQuit()
this->hotkeys->save();
this->windows->save();
this->windows->closeAll();
}
void Application::stop()