mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 19:32:21 +00:00
Fix possible issue where the health icon will not disappear.
This commit is contained in:
parent
39e8866b97
commit
0f32cde503
@ -160,7 +160,8 @@ class StatusBar(component.Component):
|
||||
text=_("No Incoming Connections!"),
|
||||
callback=self._on_health_icon_clicked)
|
||||
|
||||
|
||||
self.health = False
|
||||
|
||||
# Get some config values
|
||||
client.get_config_value(
|
||||
self._on_max_connections_global, "max_connections_global")
|
||||
|
Loading…
x
Reference in New Issue
Block a user