diff --git a/TODO b/TODO index 071a4d2b9..bf4008ddf 100644 --- a/TODO +++ b/TODO @@ -63,4 +63,5 @@ rc5->rc6 changelog: - BUGFIX: Fixed minimize to tray feature - BUGFIX: Fixed folders progress calculation in torrent properties - 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 \ No newline at end of file diff --git a/src/options_imp.cpp b/src/options_imp.cpp index 6bb252db3..e42923d95 100644 --- a/src/options_imp.cpp +++ b/src/options_imp.cpp @@ -427,6 +427,7 @@ void options_imp::loadOptions(){ } else { // enable checkScanDir->setChecked(true); + textScanDir->setText(strValue); enableDirScan(2); } // End Downloads preferences