diff options
author | swirl <swurl@swurl.xyz> | 2022-01-29 19:04:44 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-01-29 19:04:44 -0500 |
commit | 0065a29901a8bd84002189247c2e8b86c31d8ed5 (patch) | |
tree | d93c2a6e33344888539586337ff30bde4b488461 /launcher/Application.cpp | |
parent | 5abb97362fc13fd631f00b3bb8521347f8a373c4 (diff) | |
download | PrismLauncher-0065a29901a8bd84002189247c2e8b86c31d8ed5.tar.gz PrismLauncher-0065a29901a8bd84002189247c2e8b86c31d8ed5.tar.bz2 PrismLauncher-0065a29901a8bd84002189247c2e8b86c31d8ed5.zip |
Close after Launch setting
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index b605e54b..7050e5dc 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -717,6 +717,8 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv) // pastebin URL m_settings->registerSetting("PastebinURL", "https://0x0.st"); + m_settings->registerSetting("CloseAfterLaunch", false); + // Init page provider { m_globalSettingsProvider = std::make_shared<GenericPageProvider>(tr("Settings")); |