From 0065a29901a8bd84002189247c2e8b86c31d8ed5 Mon Sep 17 00:00:00 2001 From: swirl Date: Sat, 29 Jan 2022 19:04:44 -0500 Subject: Close after Launch setting --- launcher/Application.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'launcher/Application.cpp') 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(tr("Settings")); -- cgit