Fix checkbox for 'Copy .torrent files to' setting, which was broken by b70621. Closes #1748.

This commit is contained in:
sledgehammer999 2014-08-06 00:44:35 +03:00
parent 6e6d285a02
commit 97cf824c4d

View file

@ -552,6 +552,7 @@ void options_imp::loadOptions() {
checkExportDir->setChecked(false);
} else {
// enable
checkExportDir->setChecked(true);
textExportDir->setText(strValue);
}