aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2022-01-29 19:04:44 -0500
committerswirl <swurl@swurl.xyz>2022-01-29 19:04:44 -0500
commit0065a29901a8bd84002189247c2e8b86c31d8ed5 (patch)
treed93c2a6e33344888539586337ff30bde4b488461 /launcher/Application.cpp
parent5abb97362fc13fd631f00b3bb8521347f8a373c4 (diff)
downloadPrismLauncher-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.cpp2
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"));