diff options
| author | Victor Kareh <vkareh@redhat.com> | 2024-02-12 10:08:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-12 16:08:40 +0100 |
| commit | fa1af55a45fb277db71b6654ebe610a4d1bc7961 (patch) | |
| tree | b920c0512930a58ffb1581e67dc933f606b6252a /src/displayapp/screens/Alarm.h | |
| parent | c2c53bc6abdcc0a81df860101df51ebfc43df308 (diff) | |
Alarm: Replace clock icon with bell
Diffstat (limited to 'src/displayapp/screens/Alarm.h')
| -rw-r--r-- | src/displayapp/screens/Alarm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Alarm.h b/src/displayapp/screens/Alarm.h index 993d65d1..444102cb 100644 --- a/src/displayapp/screens/Alarm.h +++ b/src/displayapp/screens/Alarm.h @@ -69,7 +69,7 @@ namespace Pinetime { template <> struct AppTraits<Apps::Alarm> { static constexpr Apps app = Apps::Alarm; - static constexpr const char* icon = Screens::Symbols::clock; + static constexpr const char* icon = Screens::Symbols::bell; static Screens::Screen* Create(AppControllers& controllers) { return new Screens::Alarm(controllers.alarmController, |
