Hide current speed in onroad UI

Added toggle to hide the current speed from the onroad UI and an additional function to enable/disable it by clicking on it via the onroad UI.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent f2cd6e256a
commit 7437d97c2e
6 changed files with 25 additions and 3 deletions

View File

@@ -185,6 +185,8 @@ typedef struct UIScene {
bool experimental_mode_via_screen;
bool fps_counter;
bool full_map;
bool hide_speed;
bool hide_speed_ui;
bool lead_info;
bool map_open;
bool model_ui;