diff --git a/deluge/ui/gtkui/preferences.py b/deluge/ui/gtkui/preferences.py index 645ad26a7..efcd93d25 100644 --- a/deluge/ui/gtkui/preferences.py +++ b/deluge/ui/gtkui/preferences.py @@ -318,11 +318,8 @@ class Preferences(component.Component): } # Add proxy stuff - # Display workaround for single proxy in libtorrent >v0.16 - try: - lt_single_proxy = component.get("PreferencesManager").LT_SINGLE_PROXY - except AttributeError: - lt_single_proxy = False + # Display workaround for single proxy in libtorrent >= v0.16 + lt_single_proxy = True for t in ("peer", "web_seed", "tracker", "dht"): if lt_single_proxy and not t == "peer":