Update Apps.h

added Paddle app
This commit is contained in:
ZephyrLabs 2020-12-03 20:03:45 +05:30
parent 4f41d4d854
commit 253a86bb8c

View File

@ -4,4 +4,4 @@ namespace Pinetime {
namespace Applications {
enum class Apps {None, Launcher, Clock, SysInfo, Meter, Gauge, Brightness, Music, FirmwareValidation, Paint, Paddle, Notifications};
}
}
}