mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Webui proxy_type bug fix
This commit is contained in:
parent
c7884e7621
commit
eed3f0559a
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ applyPreferences = function() {
|
||||||
|
|
||||||
// Proxy Server
|
// Proxy Server
|
||||||
var proxy_type_str = $('peer_proxy_type_select').getProperty('value');
|
var proxy_type_str = $('peer_proxy_type_select').getProperty('value');
|
||||||
var proxy_type = -1;
|
var proxy_type = 0;
|
||||||
var proxy_auth_enabled = false;
|
var proxy_auth_enabled = false;
|
||||||
if(proxy_type_str == "socks5") {
|
if(proxy_type_str == "socks5") {
|
||||||
if($('peer_proxy_auth_checkbox').getProperty('checked')) {
|
if($('peer_proxy_auth_checkbox').getProperty('checked')) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue