Alarm: Replace clock icon with bell

This commit is contained in:
Victor Kareh
2024-02-12 10:08:40 -05:00
committed by GitHub
parent c2c53bc6ab
commit fa1af55a45
3 changed files with 3 additions and 2 deletions

View File

@@ -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,