diff options
| author | JF <jf@codingfield.com> | 2020-08-22 16:34:46 +0200 |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-08-22 16:34:46 +0200 |
| commit | 3011dec66bb6b980e19d435c35bbb385ee200b88 (patch) | |
| tree | 89be9d38577becd3670b679f4a478f09b56d36b8 /src/DisplayApp/Apps.h | |
| parent | 3310401b3b20ed6d36de21e09001d2da9d5bce21 (diff) | |
| parent | a664dec07f894c88105c356816b49cac244ad319 (diff) | |
Merge branch 'paint' of JF/PineTime into develop
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 2666d905..3842e4e5 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}; + enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint}; } }
\ No newline at end of file |
