summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-10-10 16:23:35 +0200
committerJean-François Milants <jf@codingfield.com>2021-10-10 16:23:35 +0200
commit92aeae73dee5bb16f669806621a9b735f2b0ce07 (patch)
tree183e470175efc3404239de8bc073223c520a3ed3 /src/displayapp/Apps.h
parent977faebcb8b26212e0868b30e1af5c38076ff6cb (diff)
parentf2357b36e5142f3f143f466cac62aafcf7261d5f (diff)
Merge branch 'timaios-set-datetime-manually' into develop
Diffstat (limited to 'src/displayapp/Apps.h')
-rw-r--r--src/displayapp/Apps.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h
index e3aca8cf..25acc105 100644
--- a/src/displayapp/Apps.h
+++ b/src/displayapp/Apps.h
@@ -32,7 +32,9 @@ namespace Pinetime {
SettingDisplay,
SettingWakeUp,
SettingSteps,
- SettingPineTimeStyle
+ SettingPineTimeStyle,
+ SettingSetDate,
+ SettingSetTime
};
}
}