mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-05 10:07:30 +00:00
Resolved seg fault on MacOs due to macro'd out config
This commit is contained in:
@@ -90,9 +90,7 @@ static QMap<class QString, QSharedPointer<ValueHandler>>
|
||||
OPTION("copyAndCloseAfterUpload" ,Bool ( true )),
|
||||
OPTION("copyPathAfterSave" ,Bool ( false )),
|
||||
OPTION("antialiasingPinZoom" ,Bool ( true )),
|
||||
#if !defined(Q_OS_MACOS)
|
||||
OPTION("useJpgForClipboard" ,Bool ( false )),
|
||||
#endif
|
||||
OPTION("uploadWithoutConfirmation" ,Bool ( false )),
|
||||
OPTION("saveAfterCopy" ,Bool ( false )),
|
||||
OPTION("savePath" ,ExistingDir ( )),
|
||||
|
||||
Reference in New Issue
Block a user