summaryrefslogtreecommitdiff
path: root/src/displayapp/Apps.h
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2021-03-21 15:33:27 (GMT)
committerGitHub <noreply@github.com>2021-03-21 15:33:27 (GMT)
commit7b39130f88525be1419a483b7313b73feaec2bb7 (patch)
tree8a744bce87e0779a52342c64456c11f6b86488c4 /src/displayapp/Apps.h
parenta3ff2e46ca9e663af864a2bd04b9afa3efbddfb8 (diff)
parent49f30189ef9243a9ed863d62c6673e381139bd79 (diff)
Merge pull request #231 from Panky-codes/feature/add-stop-watch
Added stopwatch
Diffstat (limited to 'src/displayapp/Apps.h')
-rw-r--r--src/displayapp/Apps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h
index 028fc80..74b121d 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, 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, StopWatch};
}
}