aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authordada513 <dada513@protonmail.com>2022-03-23 19:06:17 +0100
committerdada513 <dada513@protonmail.com>2022-03-27 14:50:47 +0200
commitb1af689546704d5e05ef4bc44f43ce9e8bb4854c (patch)
tree28997fe134623bbb48f9cdf6177436b9ee3ce370 /launcher/Application.cpp
parentc7fdfb811669a863606dc0a26186c0ab827db9c6 (diff)
downloadPrismLauncher-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.cpp1
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", "");