summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/ApplicationList.cpp
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2021-02-24 19:28:59 (GMT)
committerGitea <gitea@fake.local>2021-02-24 19:28:59 (GMT)
commitb89c92b71d82b4e3bf612519a5cf9b2f12886168 (patch)
tree4c2dcc1eb05d57bc5c4f4de3635964c0fddba0e3 /src/displayapp/screens/ApplicationList.cpp
parent9d7955b6c0128a72475742495dabb57134dbe56d (diff)
parente8a8a8417fe24228a589f1752a744ada204c7f22 (diff)
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to 'src/displayapp/screens/ApplicationList.cpp')
-rw-r--r--src/displayapp/screens/ApplicationList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/ApplicationList.cpp b/src/displayapp/screens/ApplicationList.cpp
index dd7fcd4..531636e 100644
--- a/src/displayapp/screens/ApplicationList.cpp
+++ b/src/displayapp/screens/ApplicationList.cpp
@@ -71,7 +71,7 @@ std::unique_ptr<Screen> ApplicationList::CreateScreen2() {
std::unique_ptr<Screen> ApplicationList::CreateScreen3() {
std::array<Screens::Tile::Applications, 6> applications {
{{"A", Apps::Meter},
- {"B", Apps::Gauge},
+ {"B", Apps::Navigation},
{"C", Apps::Clock},
{"D", Apps::Music},
{"E", Apps::SysInfo},