summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-10-20 18:57:39 (GMT)
committerJF <jf@codingfield.com>2020-10-20 18:57:39 (GMT)
commitef5670c7e09a1a63fc5df4a066472ed7fe7550ff (patch)
tree3f7999c0dd4c4cfc42a04f7904205ffd914cc225 /src/displayapp/Apps.h
parent55427d83b87960903cd6213ac9c73e694ee547bd (diff)
Integrate new notification UI with notifications coming from BLE
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 8241b18..bfa799b 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, Notifications2};
+ enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Notifications};
}
} \ No newline at end of file