From 58e37b092cdb4bf67ea4ae2a4e04b125fd6beb97 Mon Sep 17 00:00:00 2001 From: Jeremy Borgman Date: Sat, 13 Nov 2021 21:38:45 -0600 Subject: [PATCH] Resolved seg fault on MacOs due to macro'd out config --- src/utils/confighandler.cpp | 2 -- 1 file changed, 2 deletions(-) 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 ( )),