diff options
| author | Joaquim <joaquim.org@gmail.com> | 2021-04-11 16:20:15 (GMT) |
|---|---|---|
| committer | Joaquim <joaquim.org@gmail.com> | 2021-04-11 16:20:15 (GMT) |
| commit | f5e43a16680d1a71c08b02da9a7fef7d6c83abeb (patch) | |
| tree | 0eb07a4f3c5289940abeb5218f3f5775ec31a779 /src/displayapp/Apps.h | |
| parent | 012c246e401c0745d4b6765217ce7137680070da (diff) | |
Move Task info to about menu
fix build error in WatchFaceDigital
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 5daa82f..358ea1f 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -4,7 +4,7 @@ namespace Pinetime { namespace Applications { enum class Apps { None, Launcher, Clock, SysInfo, FirmwareUpdate, FirmwareValidation, NotificationsPreview, Notifications, FlashLight, BatteryInfo, - Music, Paint, Paddle, Twos, HeartRate, Navigation, StopWatch, Motion, Tasks, + Music, Paint, Paddle, Twos, HeartRate, Navigation, StopWatch, Motion, QuickSettings, Settings, SettingWatchFace, SettingTimeFormat, SettingDisplay, SettingWakeUp }; } |
