diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-10-27 20:57:48 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 20:57:48 (GMT) |
| commit | cb9e8815d8bc6ce71fd8e97f3e3dae402658ce1f (patch) | |
| tree | 1750edfed02f547102e468eca485caab3b08e98d /src/displayapp/Apps.h | |
| parent | c5bf09d21b2ed8e2435ec625e351594f58713924 (diff) | |
| parent | 7de43a16608e599369867cb3cfa7d5776a5b6380 (diff) | |
Merge pull request #108 from JF002/notification-ui
Improved notification UI
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 3842e4e..bfa799b 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}; + enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Notifications}; } }
\ No newline at end of file |
