mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
BUGFIX: Fixed a proxy problem causing connections to be rejected by trackers
This commit is contained in:
parent
b0140fbdbe
commit
ce3b8733d1
3 changed files with 3 additions and 2 deletions
|
@ -923,7 +923,7 @@ bool options_imp::addTorrentsInPause() const {
|
|||
|
||||
// Proxy settings
|
||||
bool options_imp::isProxyEnabled() const{
|
||||
return (!comboProxyType->currentIndex());
|
||||
return comboProxyType->currentIndex();
|
||||
}
|
||||
|
||||
bool options_imp::isProxyAuthEnabled() const{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue