mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
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:
committed by
Cameron Gutman
parent
29b1304337
commit
9c9bfd8428
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user