diff options
| author | Joaquim <joaquim.org@gmail.com> | 2021-02-01 12:14:49 (GMT) |
|---|---|---|
| committer | Joaquim <joaquim.org@gmail.com> | 2021-02-01 12:14:49 (GMT) |
| commit | a4361de0cf467b3fc4fad1dffc18d9271ba4f439 (patch) | |
| tree | 62e5355ff931eff6b4b2872308d7c91470f4e5ab /src/displayapp/Apps.h | |
| parent | ccd423bcef52b241fa0ced82d59fdb432b4347de (diff) | |
Cleanup
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 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}; } } |
