summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2021-02-24 19:28:59 (GMT)
committerGitea <gitea@fake.local>2021-02-24 19:28:59 (GMT)
commitb89c92b71d82b4e3bf612519a5cf9b2f12886168 (patch)
tree4c2dcc1eb05d57bc5c4f4de3635964c0fddba0e3 /src/displayapp/Apps.h
parent9d7955b6c0128a72475742495dabb57134dbe56d (diff)
parente8a8a8417fe24228a589f1752a744ada204c7f22 (diff)
Merge branch 'develop' of JF/PineTime into master
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 69aedb3..028fc80 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, FirmwareValidation, Paint, Paddle, Notifications, Twos, HeartRate, Navigation};
+ enum class Apps {None, Launcher, Clock, SysInfo, Meter, Brightness, Music, FirmwareValidation, Paint, Paddle, Notifications, Twos, HeartRate, Navigation};
}
}