summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-05-15 20:32:40 (GMT)
committerGitHub <noreply@github.com>2021-05-15 20:32:40 (GMT)
commit09977c28c040ebbfc258806af5c14321469a0f09 (patch)
treef758dece777e9c708222dbd60f494e97f14d14ab /src/displayapp/Apps.h
parent4e95e4b5387dd8f4e7368021875ff1a47255e796 (diff)
parentcd0d85dff95bbc5f285d92eb78a642aab1ae4b8b (diff)
Merge pull request #298 from joaquimorg/StepsApp
New Steps app
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 936a3ae..09a2018 100644
--- a/src/displayapp/Apps.h
+++ b/src/displayapp/Apps.h
@@ -21,12 +21,14 @@ namespace Pinetime {
Navigation,
StopWatch,
Motion,
+ Steps,
QuickSettings,
Settings,
SettingWatchFace,
SettingTimeFormat,
SettingDisplay,
- SettingWakeUp
+ SettingWakeUp,
+ SettingSteps
};
}
}