mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix possible issue where the health icon will not disappear.
This commit is contained in:
parent
39e8866b97
commit
0f32cde503
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue