mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- BUGFIX: DHT settings were not saved correctly
This commit is contained in:
parent
4e0ed1ec4c
commit
cf6a91e850
2 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue