Add quit-app-and-exit shortcut Ctrl+Alt+Shift+E

Add a shortcut to quit the current app and exit Moonlight entirely.
This commit is contained in:
James Poje
2025-03-20 01:13:04 -04:00
committed by Cameron Gutman
parent 29b1304337
commit 9c9bfd8428
5 changed files with 36 additions and 1 deletions
+3
View File
@@ -124,6 +124,8 @@ public:
void flushWindowEvents();
void setShouldExitAfterQuit();
signals:
void stageStarting(QString stage);
@@ -264,6 +266,7 @@ private:
int m_MouseEmulationRefCount;
int m_FlushingWindowEventsRef;
QList<QString> m_LaunchWarnings;
bool m_ShouldExitAfterQuit;
bool m_AsyncConnectionSuccess;
int m_PortTestResults;