diff options
author | swirl <swurl@swurl.xyz> | 2022-02-03 13:44:09 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-02-03 13:44:09 -0500 |
commit | fcc4420cfec3fcd970ff1f35b8848559c7b5b6ef (patch) | |
tree | 0f916be4404c7cf0908f89128e4ab40f55ffd8f0 /launcher/Application.cpp | |
parent | 1f176fcb7b2cf9281ac95880d85c1cf7597618e6 (diff) | |
parent | f5358aa1ca4b7d44dfe75d8e55e26d4b22e09dc6 (diff) | |
download | PrismLauncher-fcc4420cfec3fcd970ff1f35b8848559c7b5b6ef.tar.gz PrismLauncher-fcc4420cfec3fcd970ff1f35b8848559c7b5b6ef.tar.bz2 PrismLauncher-fcc4420cfec3fcd970ff1f35b8848559c7b5b6ef.zip |
Merge branch 'feature/close_after_launch' into develop
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")); |