Browse Source

- Small fix for proxy options

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
b3de2ccc72
  1. 1
      src/options_imp.cpp

1
src/options_imp.cpp

@ -454,6 +454,7 @@ void options_imp::loadOptions(){ @@ -454,6 +454,7 @@ void options_imp::loadOptions(){
spinUploadLimit->setEnabled(false);
}
intValue = settings.value(QString::fromUtf8("ProxyType"), 0).toInt();
if(intValue < 0) intValue = 0;
comboProxyType->setCurrentIndex(intValue);
enableProxy(intValue);
if(isProxyEnabled()) {

Loading…
Cancel
Save