diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-07-25 15:03:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-25 15:03:29 +0200 |
| commit | 3f72af1030de97dc522d4a7a5448a0d29ad0b003 (patch) | |
| tree | ac21fa590d1e7849c6c7338a24f5f8ea03bc47c3 /src/DisplayApp/DisplayApp.h | |
| parent | 22fe96f69a3d6960ac132710d073df36ffd8be4b (diff) | |
| parent | 5713eac1045394928de19e76fd00a172f63bffa7 (diff) | |
Merge pull request #40 from piggz/music
Music
Diffstat (limited to 'src/DisplayApp/DisplayApp.h')
| -rw-r--r-- | src/DisplayApp/DisplayApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DisplayApp/DisplayApp.h b/src/DisplayApp/DisplayApp.h index 36f9315b..23f04937 100644 --- a/src/DisplayApp/DisplayApp.h +++ b/src/DisplayApp/DisplayApp.h @@ -42,7 +42,7 @@ namespace Pinetime { void Start(); void PushMessage(Messages msg); - enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness}; + enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music}; void StartApp(Apps app); void SetFullRefresh(FullRefreshDirections direction); |
