From e7e15af282f73572c54281e87dcb2477ea275f01 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 31 May 2025 09:32:26 -0500 Subject: [PATCH] Update src/graphics/draw/NotificationRenderer.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/graphics/draw/NotificationRenderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/draw/NotificationRenderer.cpp b/src/graphics/draw/NotificationRenderer.cpp index 71598bfa5..6d8423adc 100644 --- a/src/graphics/draw/NotificationRenderer.cpp +++ b/src/graphics/draw/NotificationRenderer.cpp @@ -84,7 +84,7 @@ void NotificationRenderer::drawAlertBannerOverlay(OLEDDisplay *display, OLEDDisp constexpr uint16_t padding = 5; // Padding around text inside the box constexpr uint8_t lineSpacing = 1; // Extra space between lines - // Search the mesage to determine if we need the bell added + // Search the message to determine if we need the bell added bool needs_bell = (alertBannerMessage.indexOf("Alert Received") != -1); // Setup font and alignment