Fix possible issue where the health icon will not disappear.
This commit is contained in:
parent
39e8866b97
commit
0f32cde503
|
@ -160,6 +160,7 @@ 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(
|
||||||
|
|
Loading…
Reference in New Issue