disable option to launch on start by default (#2735)

This commit is contained in:
borgmanJeremy
2022-06-30 08:01:37 -05:00
committed by GitHub
parent 21f2a4e487
commit 899af3e3a6

View File

@@ -86,11 +86,7 @@ static QMap<class QString, QSharedPointer<ValueHandler>>
#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 )),