Add quit launcher after game stops option (Steam Deck)

lecense
This commit is contained in:
dada513
2022-03-23 19:06:17 +01:00
parent c7fdfb8116
commit b1af689546
8 changed files with 83 additions and 0 deletions

View File

@ -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", "");