mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- BUGFIX: Remember scan directory in program preferences now
This commit is contained in:
parent
a5f6663e65
commit
138af31ef9
2 changed files with 2 additions and 0 deletions
|
@ -427,6 +427,7 @@ void options_imp::loadOptions(){
|
|||
} else {
|
||||
// enable
|
||||
checkScanDir->setChecked(true);
|
||||
textScanDir->setText(strValue);
|
||||
enableDirScan(2);
|
||||
}
|
||||
// End Downloads preferences
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue