diff --git a/src/config/generalconf.cpp b/src/config/generalconf.cpp index bd6f032f..fa679691 100644 --- a/src/config/generalconf.cpp +++ b/src/config/generalconf.cpp @@ -81,6 +81,7 @@ void GeneralConf::_updateComponents(bool allowEmptySavePath) m_copyPathAfterSave->setChecked(config.copyPathAfterSave()); m_antialiasingPinZoom->setChecked(config.antialiasingPinZoom()); m_useJpgForClipboard->setChecked(config.useJpgForClipboard()); + m_copyOnDoubleClick->setChecked(config.copyOnDoubleClick()); m_uploadWithoutConfirmation->setChecked(config.uploadWithoutConfirmation()); m_historyConfirmationToDelete->setChecked( config.historyConfirmationToDelete());