aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Tile.h
diff options
context:
space:
mode:
authorJozef Mlich <jmlich83@gmail.com>2023-12-16 15:45:13 +0100
committerJF <JF002@users.noreply.github.com>2025-01-05 14:37:35 +0100
commit3e23ee7c782904debabe3eb76ceba05f1e903be4 (patch)
tree7d795ad6fd9f9edba1261073a8270748977b3dc2 /src/displayapp/screens/Tile.h
parentd69cfcfb136e45486437ad773d362da7870042e3 (diff)
Show alarm controller state in status icon
Diffstat (limited to 'src/displayapp/screens/Tile.h')
-rw-r--r--src/displayapp/screens/Tile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/Tile.h b/src/displayapp/screens/Tile.h
index f1b86246..c16151d0 100644
--- a/src/displayapp/screens/Tile.h
+++ b/src/displayapp/screens/Tile.h
@@ -28,6 +28,7 @@ namespace Pinetime {
Controllers::Settings& settingsController,
const Controllers::Battery& batteryController,
const Controllers::Ble& bleController,
+ const Controllers::AlarmController& alarmController,
Controllers::DateTime& dateTimeController,
std::array<Applications, 6>& applications);