mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-11 04:42:22 +00:00
- Another HTTP proxy fix
This commit is contained in:
parent
adc72fb9a6
commit
7037b53ff8
@ -334,7 +334,7 @@ void options_imp::saveOptions(){
|
||||
settings.endGroup(); // End Proxy
|
||||
}
|
||||
settings.setValue(QString::fromUtf8("HTTPProxyType"), getHTTPProxyType());
|
||||
if(isProxyEnabled()) {
|
||||
if(isHTTPProxyEnabled()) {
|
||||
settings.beginGroup("HTTPProxy");
|
||||
// Proxy is enabled, save settings
|
||||
settings.setValue(QString::fromUtf8("IP"), getHTTPProxyIp());
|
||||
|
Loading…
x
Reference in New Issue
Block a user