diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-09-18 17:16:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-18 17:16:19 +0200 |
| commit | 9cd0def3613aca24cc336bd2348ed2a73f5e637a (patch) | |
| tree | c2fa91e352127c09abd0f9b4959cd1f47d628ea8 /src/displayapp/Apps.h | |
| parent | 3eb73774a39e255cd4b5de76441a59f1525a989c (diff) | |
| parent | b9e56843a29672b2befa65bf036f6db21078291f (diff) | |
Merge pull request #662 from mruss77/basic-alarm-app
Basic alarm app
Diffstat (limited to 'src/displayapp/Apps.h')
| -rw-r--r-- | src/displayapp/Apps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index dd51fdb4..e3aca8cf 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -12,6 +12,7 @@ namespace Pinetime { NotificationsPreview, Notifications, Timer, + Alarm, FlashLight, BatteryInfo, Music, |
