1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-09 11:51:03 +00:00

- Small fix for proxy options

This commit is contained in:
Christophe Dumez 2007-09-09 09:42:30 +00:00
parent f4d5ceb3c4
commit b3de2ccc72

View File

@ -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()) {