InfiniTime.git

commit e89e5e4d66dcfb45c1f5137cd854f49b925de513

Author: FintasticMan <finlay.neon.kid@gmail.com>

apps: Restore app list order

The build-time selection PR updated the order, this restores what it was
before.

 src/displayapp/Apps.h | 17 +++++++++--------


diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h
index 0dd8157e2d5754bfa2502f41cfe58959c191932b..f65fd2cf5174e3031c99d91ee47473b033ac0e31 100644
--- a/src/displayapp/Apps.h
+++ b/src/displayapp/Apps.h
@@ -1,5 +1,6 @@
 #pragma once
 #include <cstddef>
+
 namespace Pinetime {
   namespace Applications {
     enum class Apps {
@@ -49,17 +50,17 @@     struct TypeList {
       static constexpr size_t Count = sizeof...(As);
     };
 
-    using UserAppTypes = TypeList<Apps::Alarm,
+    using UserAppTypes = TypeList<Apps::StopWatch,
+                                  Apps::Alarm,
+                                  Apps::Timer,
+                                  Apps::Steps,
                                   Apps::HeartRate,
-                                  Apps::Paint,
-                                  Apps::Metronome,
                                   Apps::Music,
-                                  Apps::Navigation,
+                                  Apps::Paint,
                                   Apps::Paddle,
-                                  Apps::Steps,
-                                  Apps::StopWatch,
-                                  Apps::Timer,
-                                  Apps::Twos
+                                  Apps::Twos,
+                                  Apps::Metronome,
+                                  Apps::Navigation
                                   /*
                                   Apps::Weather,
                                   Apps::Motion