diff options
| author | JF <jf@codingfield.com> | 2020-08-14 18:47:21 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-08-14 18:47:21 (GMT) |
| commit | 41c36d3a422fd08867f743de78c0aeee4418b622 (patch) | |
| tree | 36094a92ef1cb3082fcc7463cd04b7d01a3ed1cb /src/DisplayApp/Apps.h | |
| parent | e6f5ab7b9145e842708611cc5b13066f89a1673d (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DisplayApp/Apps.h b/src/DisplayApp/Apps.h index 2ee7429..2666d90 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 |
