mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-25 14:04:23 +00:00
- BUGFIX: Remember scan directory in program preferences now
This commit is contained in:
parent
a5f6663e65
commit
138af31ef9
1
TODO
1
TODO
@ -63,4 +63,5 @@ rc5->rc6 changelog:
|
|||||||
- BUGFIX: Fixed minimize to tray feature
|
- BUGFIX: Fixed minimize to tray feature
|
||||||
- BUGFIX: Fixed folders progress calculation in torrent properties
|
- BUGFIX: Fixed folders progress calculation in torrent properties
|
||||||
- BUGFIX: Fixed deletion of subfolders when deleting torrents from hard drive
|
- BUGFIX: Fixed deletion of subfolders when deleting torrents from hard drive
|
||||||
|
- BUGFIX: Remember scan directory in program preferences now
|
||||||
- I18N: Fixed swedish, French, Spanish translations
|
- I18N: Fixed swedish, French, Spanish translations
|
@ -427,6 +427,7 @@ void options_imp::loadOptions(){
|
|||||||
} else {
|
} else {
|
||||||
// enable
|
// enable
|
||||||
checkScanDir->setChecked(true);
|
checkScanDir->setChecked(true);
|
||||||
|
textScanDir->setText(strValue);
|
||||||
enableDirScan(2);
|
enableDirScan(2);
|
||||||
}
|
}
|
||||||
// End Downloads preferences
|
// End Downloads preferences
|
||||||
|
Loading…
x
Reference in New Issue
Block a user