diff --git a/src/utils/confighandler.cpp b/src/utils/confighandler.cpp index 09e9d446..948dd278 100644 --- a/src/utils/confighandler.cpp +++ b/src/utils/confighandler.cpp @@ -90,9 +90,7 @@ static QMap> 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 ( )),