mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Fix checkbox for 'Copy .torrent files to' setting, which was broken by b70621. Closes #1748.
This commit is contained in:
@@ -552,6 +552,7 @@ void options_imp::loadOptions() {
|
||||
checkExportDir->setChecked(false);
|
||||
} else {
|
||||
// enable
|
||||
checkExportDir->setChecked(true);
|
||||
textExportDir->setText(strValue);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user