summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-10-19 21:46:41 +0200
committerJF <jf@codingfield.com>2020-10-19 21:46:41 +0200
commit55427d83b87960903cd6213ac9c73e694ee547bd (patch)
tree11604c13579de52016ca1b490ca212e016fd1916 /src/displayapp/Apps.h
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/Apps.h')
-rw-r--r--src/displayapp/Apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h
index bfa799ba..8241b188 100644
--- a/src/displayapp/Apps.h
+++ b/src/displayapp/Apps.h
@@ -2,6 +2,6 @@
namespace Pinetime {
namespace Applications {
- enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Notifications};
+ enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Notifications, Notifications2};
}
} \ No newline at end of file