diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-12-20 10:19:23 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-20 10:19:23 (GMT) |
| commit | 276c8aa308f923aeeadc068967b15ee7c59fa32b (patch) | |
| tree | df060165f6d8029dcdea3d74e581ce4f508579d7 /src/displayapp/Apps.h | |
| parent | 7c8fb9a46855ddc50f6e0703e4bd771faa3fb61c (diff) | |
| parent | cc04c2c1f8a8a05cf284ad69a43b5cd682e37172 (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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index bfa799b..7e4afa2 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 +} |
