Browse Source

- Fixed loading of 'PeX support' option

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
87ea65b4e9
  1. 2
      src/options_imp.cpp

2
src/options_imp.cpp

@ -311,7 +311,7 @@ void options_imp::loadOptions(){ @@ -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…
Cancel
Save