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 )),