From 001726a565049ebfeb237a3a39b77104899b970e Mon Sep 17 00:00:00 2001 From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com> Date: Mon, 25 Jul 2022 10:15:52 -0500 Subject: [PATCH] fixed seg fault (#2831) --- src/utils/confighandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/confighandler.cpp b/src/utils/confighandler.cpp index 9882d23f..23f31d1f 100644 --- a/src/utils/confighandler.cpp +++ b/src/utils/confighandler.cpp @@ -90,7 +90,7 @@ static QMap> #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 )),