mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 14:57:52 +00:00
- Fixed another error in HTTP proxy code
This commit is contained in:
parent
1d294e43f1
commit
fbe292d06e
@ -340,7 +340,7 @@ void options_imp::saveOptions(){
|
|||||||
settings.setValue(QString::fromUtf8("IP"), getHTTPProxyIp());
|
settings.setValue(QString::fromUtf8("IP"), getHTTPProxyIp());
|
||||||
settings.setValue(QString::fromUtf8("Port"), getHTTPProxyPort());
|
settings.setValue(QString::fromUtf8("Port"), getHTTPProxyPort());
|
||||||
settings.setValue(QString::fromUtf8("Authentication"), isHTTPProxyAuthEnabled());
|
settings.setValue(QString::fromUtf8("Authentication"), isHTTPProxyAuthEnabled());
|
||||||
if(isProxyAuthEnabled()) {
|
if(isHTTPProxyAuthEnabled()) {
|
||||||
// Credentials
|
// Credentials
|
||||||
settings.setValue(QString::fromUtf8("Username"), getHTTPProxyUsername());
|
settings.setValue(QString::fromUtf8("Username"), getHTTPProxyUsername());
|
||||||
settings.setValue(QString::fromUtf8("Password"), getHTTPProxyPassword());
|
settings.setValue(QString::fromUtf8("Password"), getHTTPProxyPassword());
|
||||||
|
Loading…
Reference in New Issue
Block a user