diff options
| author | JF <jf@codingfield.com> | 2020-10-18 15:35:36 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-10-18 15:35:36 (GMT) |
| commit | 28bc4344193cda2936ff0f69ae51aa79a7840998 (patch) | |
| tree | de18b2878c8bea8b745a63e9969a88460ca175d8 /src/displayapp/Apps.h | |
| parent | e4f0a95af8ce6cfb71602c5f5e437ab68dd582ec (diff) | |
[WIP] New notification app that uses software scrolling effect.
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 3842e4e..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}; + enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Notifications}; } }
\ No newline at end of file |
