From 02060a4b677e30486ea039e7daa38ed4ced7f803 Mon Sep 17 00:00:00 2001 From: firestarsdog <229254897+firestarsdog@users.noreply.github.com> Date: Sun, 28 Jun 2026 03:46:39 -0400 Subject: [PATCH] BigUI WIP: Hide descriptions --- selfdrive/ui/layouts/settings/starpilot/aethergrid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/layouts/settings/starpilot/aethergrid.py b/selfdrive/ui/layouts/settings/starpilot/aethergrid.py index 5253eb760..7f45aa6d7 100644 --- a/selfdrive/ui/layouts/settings/starpilot/aethergrid.py +++ b/selfdrive/ui/layouts/settings/starpilot/aethergrid.py @@ -3832,7 +3832,7 @@ class HubTile(AetherTile): gap = SPACING.line_gap title_size = max(20, int(round(24 * text_scale))) - desc_to_render = status_text if status_text else fallback_desc + desc_to_render = status_text desc_size = max(17, int(round(18 * text_scale))) if desc_to_render else 0 icon_h = 0.0