mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
- Fixed another error in HTTP proxy code
This commit is contained in:
parent
1d294e43f1
commit
fbe292d06e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue