diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index d9fb98087..39e041651 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -418,7 +418,7 @@ void Screen::setup() // === Set custom overlay callbacks === static OverlayCallback overlays[] = { - graphics::UIRenderer::drawNavigationBar // Custom indicator icons for each frame + graphics::UIRenderer::drawNavigationBar // Custom indicator icons for each frame }; ui->setOverlays(overlays, sizeof(overlays) / sizeof(overlays[0]));