mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
- Another HTTP proxy fix
This commit is contained in:
parent
adc72fb9a6
commit
7037b53ff8
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ void options_imp::saveOptions(){
|
||||||
settings.endGroup(); // End Proxy
|
settings.endGroup(); // End Proxy
|
||||||
}
|
}
|
||||||
settings.setValue(QString::fromUtf8("HTTPProxyType"), getHTTPProxyType());
|
settings.setValue(QString::fromUtf8("HTTPProxyType"), getHTTPProxyType());
|
||||||
if(isProxyEnabled()) {
|
if(isHTTPProxyEnabled()) {
|
||||||
settings.beginGroup("HTTPProxy");
|
settings.beginGroup("HTTPProxy");
|
||||||
// Proxy is enabled, save settings
|
// Proxy is enabled, save settings
|
||||||
settings.setValue(QString::fromUtf8("IP"), getHTTPProxyIp());
|
settings.setValue(QString::fromUtf8("IP"), getHTTPProxyIp());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue