From 899af3e3a67c353447e218cf8be46a48158f3787 Mon Sep 17 00:00:00 2001 From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com> Date: Thu, 30 Jun 2022 08:01:37 -0500 Subject: [PATCH] disable option to launch on start by default (#2735) --- src/utils/confighandler.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/utils/confighandler.cpp b/src/utils/confighandler.cpp index 8f53cba9..657e8963 100644 --- a/src/utils/confighandler.cpp +++ b/src/utils/confighandler.cpp @@ -86,11 +86,7 @@ static QMap> #if !defined(Q_OS_WIN) OPTION("autoCloseIdleDaemon" ,Bool ( false )), #endif -#if defined(Q_OS_MACOS) OPTION("startupLaunch" ,Bool ( false )), -#else - OPTION("startupLaunch" ,Bool ( true )), -#endif OPTION("showStartupLaunchMessage" ,Bool ( true )), OPTION("copyAndCloseAfterUpload" ,Bool ( true )), OPTION("copyPathAfterSave" ,Bool ( false )),