1
0
Fork 0

Motion: change icon from 'M' to 'XYZ'

This commit is contained in:
Julian Foad 2024-08-26 21:56:39 +01:00
parent 0745ebd82c
commit 5d15a0df3c

View file

@ -36,7 +36,7 @@ namespace Pinetime {
template <>
struct AppTraits<Apps::Motion> {
static constexpr Apps app = Apps::Motion;
static constexpr const char* icon = "M";
static constexpr const char* icon = "XYZ";
static Screens::Screen* Create(AppControllers& controllers) {
return new Screens::Motion(controllers.motionController);