fix: better handle Windows shutting down in newer Qt versions (#6368)
This commit is contained in:
@@ -607,6 +607,8 @@ void Application::aboutToQuit()
|
||||
|
||||
this->hotkeys->save();
|
||||
this->windows->save();
|
||||
|
||||
this->windows->closeAll();
|
||||
}
|
||||
|
||||
void Application::stop()
|
||||
|
||||
Reference in New Issue
Block a user