This commit is contained in:
Jonathan Bennett 2025-06-25 11:20:43 -05:00
parent 20988aa4fa
commit b6bcee18b5

View File

@ -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]));