From 5d15a0df3ca95871821a91d9f1e49167b4170ab9 Mon Sep 17 00:00:00 2001 From: Julian Foad Date: Mon, 26 Aug 2024 21:56:39 +0100 Subject: [PATCH] Motion: change icon from 'M' to 'XYZ' --- src/displayapp/screens/Motion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/displayapp/screens/Motion.h b/src/displayapp/screens/Motion.h index e13e068c..4f110b19 100644 --- a/src/displayapp/screens/Motion.h +++ b/src/displayapp/screens/Motion.h @@ -36,7 +36,7 @@ namespace Pinetime { template <> struct AppTraits { 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);