- BUGFIX: DHT settings were not saved correctly

This commit is contained in:
Christophe Dumez 2007-07-23 04:51:29 +00:00
parent 4e0ed1ec4c
commit cf6a91e850
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@
- BUGFIX: Reload torrent only when necessary (properties)
- BUGFIX: qBittorrent is not exiting anymore when a dialog is closed and main window is hidden
- BUGFIX: Search plugin update is not making the GUI freeze anymore (moved to a thread)
- BUGFIX: DHT settings were not saved correctly
- COSMETIC: Redesigned torrent properties a little
- COSMETIC: Redesigned options a little
- COSMETIC: Display more logs messages concerning features

View file

@ -268,6 +268,7 @@ void options_imp::saveOptions(){
settings.setValue("ShareRatio", getRatio());
settings.setValue("EncryptionState", getEncryptionSetting());
settings.setValue("PeXState", !isPeXDisabled());
settings.setValue("DHTPort", getDHTPort());
settings.setValue("ScanDir", getScanDir());
// End Main options
settings.endGroup();