Fix checkbox not initializing properly (#2940)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user