diff options
| author | timaios <tim@taenny.de> | 2021-07-09 12:15:50 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-09 12:15:50 (GMT) |
| commit | 6b3be0f5a1c2793c24d00fc1c4473ca411b3f2e4 (patch) | |
| tree | 5c86e936f02720276a7ba24c1aa197dc136306cf /src/displayapp/Apps.h | |
| parent | 07b3a507b4c685d54d21eb858f84aac23fa8ac1a (diff) | |
Added new screens to the list of applications
Diffstat (limited to 'src/displayapp/Apps.h')
| -rw-r--r-- | src/displayapp/Apps.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index 684e3a4..c65a1d7 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -30,7 +30,9 @@ namespace Pinetime { SettingTimeFormat, SettingDisplay, SettingWakeUp, - SettingSteps + SettingSteps, + SettingSetDate, + SettingSetTime }; } } |
