diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-04-09 21:17:03 +0200 |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-04-09 21:17:03 +0200 |
| commit | eb769fb60ecb8f96ecf6901082ec3f0610842af8 (patch) | |
| tree | c26870103f8baaa933399cfb86cca25aa7e60d8b /src/displayapp/Apps.h | |
| parent | 57b4c3f0edc6acfa31bd2160abdcd6091920ba63 (diff) | |
| parent | 15b3b8e282dd5b2132b0095716cd9d88740d4579 (diff) | |
Merge branch 'motion-sensor' into develop
Diffstat (limited to 'src/displayapp/Apps.h')
| -rw-r--r-- | src/displayapp/Apps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index 405e3e89..358ea1f7 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -2,9 +2,9 @@ namespace Pinetime { namespace Applications { - enum class Apps { + enum class Apps { None, Launcher, Clock, SysInfo, FirmwareUpdate, FirmwareValidation, NotificationsPreview, Notifications, FlashLight, BatteryInfo, - Music, Paint, Paddle, Twos, HeartRate, Navigation, StopWatch, + Music, Paint, Paddle, Twos, HeartRate, Navigation, StopWatch, Motion, QuickSettings, Settings, SettingWatchFace, SettingTimeFormat, SettingDisplay, SettingWakeUp }; } |
