exclude: fix list not showing

This commit is contained in:
alfrix 2022-12-05 14:29:58 -03:00
parent 06bf269862
commit 753be13a0c

View File

@ -102,6 +102,7 @@ class ExcludeObjectPanel(ScreenPanel):
for obj in self.objects:
logging.info(f"Adding {obj['name']}")
self.add_object(obj["name"])
self.content.show_all()
with contextlib.suppress(KeyError):
# Update current objects
if data["exclude_object"]["current_object"]: