mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +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!"),
|
text=_("No Incoming Connections!"),
|
||||||
callback=self._on_health_icon_clicked)
|
callback=self._on_health_icon_clicked)
|
||||||
|
|
||||||
|
self.health = False
|
||||||
|
|
||||||
# Get some config values
|
# Get some config values
|
||||||
client.get_config_value(
|
client.get_config_value(
|
||||||
self._on_max_connections_global, "max_connections_global")
|
self._on_max_connections_global, "max_connections_global")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue