- Fixed loading of 'PeX support' option

This commit is contained in:
Christophe Dumez 2007-03-10 18:26:58 +00:00
parent 774fab54a3
commit 87ea65b4e9

View file

@ -311,7 +311,7 @@ void options_imp::loadOptions(){
spin_dht_port->setValue(value); spin_dht_port->setValue(value);
} }
boolValue = settings.value("PeXState", 0).toBool(); boolValue = settings.value("PeXState", 0).toBool();
if(value){ if(boolValue){
// Pex disabled // Pex disabled
disablePeX->setChecked(true); disablePeX->setChecked(true);
}else{ }else{