summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/ApplicationList.cpp
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-10-19 19:46:41 (GMT)
committerJF <jf@codingfield.com>2020-10-19 19:46:41 (GMT)
commit55427d83b87960903cd6213ac9c73e694ee547bd (patch)
tree11604c13579de52016ca1b490ca212e016fd1916 /src/displayapp/screens/ApplicationList.cpp
parent28bc4344193cda2936ff0f69ae51aa79a7840998 (diff)
[WIP] Add new notification UI that use HW scrolling effects. Both notification apps are available in the menu, we can compare them.
Diffstat (limited to 'src/displayapp/screens/ApplicationList.cpp')
-rw-r--r--src/displayapp/screens/ApplicationList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/ApplicationList.cpp b/src/displayapp/screens/ApplicationList.cpp
index 27590b9..8d98606 100644
--- a/src/displayapp/screens/ApplicationList.cpp
+++ b/src/displayapp/screens/ApplicationList.cpp
@@ -58,8 +58,8 @@ std::unique_ptr<Screen> ApplicationList::CreateScreen2() {
{{Symbols::tachometer, Apps::Gauge},
{Symbols::asterisk, Apps::Meter},
{Symbols::paintbrush, Apps::Paint},
- {Symbols::shoe, Apps::Notifications},
- {Symbols::none, Apps::None},
+ {Symbols::shoe, Apps::Notifications},
+ {Symbols::shoe, Apps::Notifications2},
{Symbols::none, Apps::None}
}
};