diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-06-04 19:27:03 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-06-04 19:27:03 (GMT) |
| commit | 16882a1f9e8e82873ec14d631db96010f817149d (patch) | |
| tree | dcfaaaef031ba65bc2ef62381f7bc810e9c349c1 | |
| parent | 21bd8e4757aab9e29a9b5f7566f15d9c78c7cc5b (diff) | |
Fix alarm icon regression and app icon order
| -rw-r--r-- | src/displayapp/screens/ApplicationList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/ApplicationList.h b/src/displayapp/screens/ApplicationList.h index 5517ed5..84290ca 100644 --- a/src/displayapp/screens/ApplicationList.h +++ b/src/displayapp/screens/ApplicationList.h @@ -33,12 +33,12 @@ namespace Pinetime { static constexpr int appsPerScreen = 6; static constexpr auto applications{[]() constexpr{ constexpr Tile::Applications list[] = { - {Symbols::stopWatch, Apps::StopWatch}, {Symbols::music, Apps::Music}, {Symbols::shoe, Apps::Steps}, + {Symbols::stopWatch, Apps::StopWatch}, {Symbols::heartBeat, Apps::HeartRate}, {Symbols::hourGlass, Apps::Timer}, - {Symbols::clock, Apps::Alarm}, + {Symbols::alarmClock, Apps::Alarm}, {Symbols::chartLine, Apps::Jumpscore}, {Symbols::map, Apps::Navigation}, |
