This commit is contained in:
joBr99
2023-11-23 20:47:24 +01:00
parent 1b4c435fab
commit 254aa2d043
4 changed files with 4 additions and 2 deletions

View File

@@ -255,7 +255,7 @@ class HACard(panel_cards.Card):
'color': [255, 255, 255],
}, self.panel
).render()[1:]
if not self.iid_prev and not self.iid_next and len(self.panel.cards) != 1:
if self.hidden
leftBtn = panel_cards.Entity(self.locale,
{
'entity': f'navigate.UP',