From e89e5e4d66dcfb45c1f5137cd854f49b925de513 Mon Sep 17 00:00:00 2001 From: FintasticMan Date: Wed, 29 Nov 2023 00:46:10 +0100 Subject: [PATCH] apps: Restore app list order The build-time selection PR updated the order, this restores what it was before. --- src/displayapp/Apps.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/displayapp/Apps.h b/src/displayapp/Apps.h index 0dd8157e..f65fd2cf 100644 --- a/src/displayapp/Apps.h +++ b/src/displayapp/Apps.h @@ -1,5 +1,6 @@ #pragma once #include + namespace Pinetime { namespace Applications { enum class Apps { @@ -49,17 +50,17 @@ namespace Pinetime { static constexpr size_t Count = sizeof...(As); }; - using UserAppTypes = TypeList