diff options
| author | JF <jf@codingfield.com> | 2020-10-20 18:57:39 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-10-20 18:57:39 (GMT) |
| commit | ef5670c7e09a1a63fc5df4a066472ed7fe7550ff (patch) | |
| tree | 3f7999c0dd4c4cfc42a04f7904205ffd914cc225 /src/displayapp/Apps.h | |
| parent | 55427d83b87960903cd6213ac9c73e694ee547bd (diff) | |
Integrate new notification UI with notifications coming from BLE
Diffstat (limited to 'src/displayapp/Apps.h')
| -rw-r--r-- | src/displayapp/Apps.h | 2 |
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 |
