Mute symbol on Header

This commit is contained in:
HarukiToreda
2025-05-11 01:43:56 -04:00
parent 9fc208df5f
commit 4b770ceade
4 changed files with 85 additions and 56 deletions

View File

@@ -27,6 +27,7 @@ namespace graphics {
// Shared state (declare inside namespace)
extern bool hasUnreadMessage;
extern bool isMuted;
// Rounded highlight (used for inverted headers)
void drawRoundedHighlight(OLEDDisplay *display, int16_t x, int16_t y, int16_t w, int16_t h, int16_t r);