Defer launch warnings until after launch validation

We need to destroy the SDL window before we can be sure that Qt
can draw to the screen if we used KMSDRM.
This commit is contained in:
Cameron Gutman
2024-09-23 21:48:43 -05:00
parent 0e2d5bf441
commit 6d023c2dfa
2 changed files with 25 additions and 16 deletions
+1
View File
@@ -260,6 +260,7 @@ private:
SdlInputHandler* m_InputHandler;
int m_MouseEmulationRefCount;
int m_FlushingWindowEventsRef;
QList<QString> m_LaunchWarnings;
bool m_AsyncConnectionSuccess;
int m_PortTestResults;