fixed seg fault (#2831)

This commit is contained in:
borgmanJeremy
2022-07-25 10:15:52 -05:00
committed by GitHub
parent bd3431a9f5
commit 001726a565

View File

@@ -90,7 +90,7 @@ static QMap<class QString, QSharedPointer<ValueHandler>>
#endif
OPTION("startupLaunch" ,Bool ( false )),
OPTION("showStartupLaunchMessage" ,Bool ( true )),
OPTION("copyAndCloseAfterUpload" ,Bool ( true )),
OPTION("copyURLAfterUpload" ,Bool ( true )),
OPTION("copyPathAfterSave" ,Bool ( false )),
OPTION("antialiasingPinZoom" ,Bool ( true )),
OPTION("useJpgForClipboard" ,Bool ( false )),