summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/ApplicationList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/ApplicationList.h')
-rw-r--r--src/displayapp/screens/ApplicationList.h4
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},