diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-10-10 14:23:35 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-10-10 14:23:35 (GMT) |
| commit | 92aeae73dee5bb16f669806621a9b735f2b0ce07 (patch) | |
| tree | 183e470175efc3404239de8bc073223c520a3ed3 /src/displayapp/Apps.h | |
| parent | 977faebcb8b26212e0868b30e1af5c38076ff6cb (diff) | |
| parent | f2357b36e5142f3f143f466cac62aafcf7261d5f (diff) | |
Merge branch 'timaios-set-datetime-manually' into develop
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 e3aca8c..25acc10 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -32,7 +32,9 @@ namespace Pinetime { SettingDisplay, SettingWakeUp, SettingSteps, - SettingPineTimeStyle + SettingPineTimeStyle, + SettingSetDate, + SettingSetTime }; } } |
