diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-04-09 18:43:39 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 18:43:39 (GMT) |
| commit | 17a37acaa81278cc8c782d84d994d4ca938ef006 (patch) | |
| tree | 3c15890315a420417cd96b82103da80c84ed562d /src/displayapp/Apps.h | |
| parent | 04fc33e2d479161ec261f932b908dffbd73e227f (diff) | |
| parent | 3685095da0d01f137692f80df2c267a8b90da715 (diff) | |
Merge pull request #258 from joaquimorg/BigRewrite
New settings menu and more...
Diffstat (limited to 'src/displayapp/Apps.h')
| -rw-r--r-- | src/displayapp/Apps.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index 74b121d..405e3e8 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -2,6 +2,10 @@ namespace Pinetime { namespace Applications { - enum class Apps {None, Launcher, Clock, SysInfo, Meter, Brightness, Music, FirmwareValidation, Paint, Paddle, Notifications, Twos, HeartRate, Navigation, StopWatch}; + enum class Apps { + None, Launcher, Clock, SysInfo, FirmwareUpdate, FirmwareValidation, NotificationsPreview, Notifications, FlashLight, BatteryInfo, + Music, Paint, Paddle, Twos, HeartRate, Navigation, StopWatch, + QuickSettings, Settings, SettingWatchFace, SettingTimeFormat, SettingDisplay, SettingWakeUp + }; } } |
