mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
disable option to launch on start by default (#2735)
This commit is contained in:
@@ -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 )),
|
||||
|
||||
Reference in New Issue
Block a user