summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Apps.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-08-14 20:47:21 +0200
committerJF <jf@codingfield.com>2020-08-14 20:47:21 +0200
commit41c36d3a422fd08867f743de78c0aeee4418b622 (patch)
tree36094a92ef1cb3082fcc7463cd04b7d01a3ed1cb /src/DisplayApp/Apps.h
parente6f5ab7b9145e842708611cc5b13066f89a1673d (diff)
Re-order apps in application menu on 2 pages.
Add firmware validation app.
Diffstat (limited to 'src/DisplayApp/Apps.h')
-rw-r--r--src/DisplayApp/Apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DisplayApp/Apps.h b/src/DisplayApp/Apps.h
index 2ee74299..2666d905 100644
--- a/src/DisplayApp/Apps.h
+++ b/src/DisplayApp/Apps.h
@@ -2,6 +2,6 @@
namespace Pinetime {
namespace Applications {
- enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music};
+ enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation};
}
} \ No newline at end of file