mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-20 15:18:20 +00:00
Make the test port button insensitive when not connected to a daemon
This commit is contained in:
parent
0f453eb8f1
commit
fbba1795ad
@ -419,7 +419,8 @@ class Preferences(component.Component):
|
|||||||
"spin_seed_time_limit",
|
"spin_seed_time_limit",
|
||||||
"spin_cache_size",
|
"spin_cache_size",
|
||||||
"spin_cache_expiry",
|
"spin_cache_expiry",
|
||||||
"button_cache_refresh"
|
"button_cache_refresh",
|
||||||
|
"btn_testport"
|
||||||
]
|
]
|
||||||
for t in ("peer", "web_seed", "tracker", "dht"):
|
for t in ("peer", "web_seed", "tracker", "dht"):
|
||||||
core_widget_list.append("spin_proxy_port_%s" % t)
|
core_widget_list.append("spin_proxy_port_%s" % t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user