mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fixed loading of 'PeX support' option
This commit is contained in:
parent
774fab54a3
commit
87ea65b4e9
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ void options_imp::loadOptions(){
|
|||
spin_dht_port->setValue(value);
|
||||
}
|
||||
boolValue = settings.value("PeXState", 0).toBool();
|
||||
if(value){
|
||||
if(boolValue){
|
||||
// Pex disabled
|
||||
disablePeX->setChecked(true);
|
||||
}else{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue