0
0
Fork 0

screen: Show placeholder when no signal groups available

This commit is contained in:
Jannik Beyerstedt 2026-06-19 22:04:30 +02:00
commit 47bb1f1284
2 changed files with 23 additions and 17 deletions

View file

@ -384,5 +384,5 @@ fn log_screen_error<E>(error: &E)
where
E: core::fmt::Debug,
{
error!("TODO: {error:?}");
error!("graphics failed: {error:?}");
}