apps: Restore app list order

The build-time selection PR updated the order, this restores what it was
before.
This commit is contained in:
FintasticMan 2023-11-29 00:46:10 +01:00
parent f3d4f04827
commit e89e5e4d66

View file

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