From 253a86bb8c769cd5e08d1a0d096b24a89319495d Mon Sep 17 00:00:00 2001 From: ZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com> Date: Thu, 3 Dec 2020 20:03:45 +0530 Subject: [PATCH] Update Apps.h added Paddle app --- src/displayapp/Apps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index 2722fe0e..7e4afa2e 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -4,4 +4,4 @@ namespace Pinetime { namespace Applications { enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Paddle, Notifications}; } -} \ No newline at end of file +}