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