watch: highlight buttons of active overlays

This commit is contained in:
galister
2025-12-21 21:53:25 +09:00
parent d61b056db5
commit e04edec586
7 changed files with 130 additions and 20 deletions

View File

@@ -811,7 +811,7 @@ pub fn create_wayvr_display_overlay(
)?);
let category = if name == DASHBOARD_DISPLAY_NAME {
OverlayCategory::Internal
OverlayCategory::Dashboard
} else {
OverlayCategory::WayVR
};