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, 3 insertions, 1 deletions
diff --git a/src/displayapp/screens/ApplicationList.h b/src/displayapp/screens/ApplicationList.h
index 84290ca..54a68a0 100644
--- a/src/displayapp/screens/ApplicationList.h
+++ b/src/displayapp/screens/ApplicationList.h
@@ -45,7 +45,9 @@ namespace Pinetime {
{Symbols::drum, Apps::Metronome},
{Symbols::paintbrush, Apps::Paint},
{Symbols::paddle, Apps::Paddle},
- {"2", Apps::Twos}
+ {"2", Apps::Twos},
+
+ {Symbols::calculator, Apps::Calculator},
};
std::array<std::array<Tile::Applications, appsPerScreen>, ((std::size(list) + appsPerScreen - 1) / appsPerScreen)> r{};;
int idx = 0;