More minimal preview view in the top right corner

This commit is contained in:
markmental 2026-03-30 12:23:19 -04:00
commit fe5fccbd02
4 changed files with 60 additions and 20 deletions

View file

@ -24,6 +24,7 @@ typedef struct App {
int startup_handoff_active;
int last_blackout_state;
Uint32 startup_handoff_until;
Uint32 last_guide_preview_update;
Uint32 channel_banner_until;
Uint32 channel_switch_lock_until;
time_t app_start_time;