mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
BUGFIX: Fixed a proxy problem causing connections to be rejected by trackers
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user