diff options
author | dada513 <dada513@protonmail.com> | 2022-03-23 19:06:17 +0100 |
---|---|---|
committer | dada513 <dada513@protonmail.com> | 2022-03-27 14:50:47 +0200 |
commit | b1af689546704d5e05ef4bc44f43ce9e8bb4854c (patch) | |
tree | 28997fe134623bbb48f9cdf6177436b9ee3ce370 /launcher/Application.cpp | |
parent | c7fdfb811669a863606dc0a26186c0ab827db9c6 (diff) | |
download | PrismLauncher-b1af689546704d5e05ef4bc44f43ce9e8bb4854c.tar.gz PrismLauncher-b1af689546704d5e05ef4bc44f43ce9e8bb4854c.tar.bz2 PrismLauncher-b1af689546704d5e05ef4bc44f43ce9e8bb4854c.zip |
Add quit launcher after game stops option (Steam Deck)
lecense
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 33b1774c..e701acca 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -727,6 +727,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv) m_settings->registerSetting("PastebinURL", "https://0x0.st"); m_settings->registerSetting("CloseAfterLaunch", false); + m_settings->registerSetting("QuitAfterGameStop", false); // Custom MSA credentials m_settings->registerSetting("MSAClientIDOverride", ""); |