mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Webui proxy_type bug fix
This commit is contained in:
committed by
sledgehammer999
parent
c7884e7621
commit
eed3f0559a
@@ -1110,7 +1110,7 @@ applyPreferences = function() {
|
||||
|
||||
// Proxy Server
|
||||
var proxy_type_str = $('peer_proxy_type_select').getProperty('value');
|
||||
var proxy_type = -1;
|
||||
var proxy_type = 0;
|
||||
var proxy_auth_enabled = false;
|
||||
if(proxy_type_str == "socks5") {
|
||||
if($('peer_proxy_auth_checkbox').getProperty('checked')) {
|
||||
|
||||
Reference in New Issue
Block a user