summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-12-20 11:19:23 +0100
committerGitHub <noreply@github.com>2020-12-20 11:19:23 +0100
commit276c8aa308f923aeeadc068967b15ee7c59fa32b (patch)
treedf060165f6d8029dcdea3d74e581ce4f508579d7 /src/displayapp/Apps.h
parent7c8fb9a46855ddc50f6e0703e4bd771faa3fb61c (diff)
parentcc04c2c1f8a8a05cf284ad69a43b5cd682e37172 (diff)
Merge pull request #147 from ZephyrLabs/Paddle-app
Paddle-app (updated)
Diffstat (limited to 'src/displayapp/Apps.h')
-rw-r--r--src/displayapp/Apps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h
index bfa799ba..7e4afa2e 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, Notifications};
+ enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Paddle, Notifications};
}
-} \ No newline at end of file
+}