We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675c784 commit 1fc7924Copy full SHA for 1fc7924
src/displayapp/screens/settings/SettingQuickAccess.cpp
@@ -14,7 +14,8 @@ namespace {
14
const char* name;
15
};
16
17
- constexpr std::array<Option, 3> options = {{
+ constexpr std::array<Option, 4> options = {{
18
+ {Pinetime::Applications::Apps::None, "None"},
19
{Pinetime::Applications::Apps::Music, "Music"},
20
{Pinetime::Applications::Apps::HeartRate, "Heart Rate"},
21
{Pinetime::Applications::Apps::StopWatch, "Stopwatch"},
0 commit comments