mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Fix checkbox for 'Copy .torrent files to' setting, which was broken by b70621. Closes #1748.
This commit is contained in:
parent
6e6d285a02
commit
97cf824c4d
1 changed files with 1 additions and 0 deletions
|
@ -552,6 +552,7 @@ void options_imp::loadOptions() {
|
||||||
checkExportDir->setChecked(false);
|
checkExportDir->setChecked(false);
|
||||||
} else {
|
} else {
|
||||||
// enable
|
// enable
|
||||||
|
checkExportDir->setChecked(true);
|
||||||
textExportDir->setText(strValue);
|
textExportDir->setText(strValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue