Visuals - Quality of Life - Hide Speed

Hide the speed indicator in the onroad UI. Additional toggle allows it to be hidden/shown via tapping the speed itself.
This commit is contained in:
FrogAi
2024-05-11 15:11:23 -07:00
parent 975117550b
commit 0077a641fa
5 changed files with 15 additions and 1 deletions
+2
View File
@@ -146,6 +146,8 @@ typedef struct UIScene {
bool has_auto_tune;
bool has_lead;
bool hide_lead_marker;
bool hide_speed;
bool hide_speed_ui;
bool holiday_themes;
bool is_CPU;
bool is_GPU;