Resolved seg fault on MacOs due to macro'd out config

This commit is contained in:
Jeremy Borgman
2021-11-13 21:38:45 -06:00
parent 167de09b20
commit 58e37b092c

View File

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