Skip to content

Commit 1fc7924

Browse files
committed
Add option to disable quick access
1 parent 675c784 commit 1fc7924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/displayapp/screens/settings/SettingQuickAccess.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ namespace {
1414
const char* name;
1515
};
1616

17-
constexpr std::array<Option, 3> options = {{
17+
constexpr std::array<Option, 4> options = {{
18+
{Pinetime::Applications::Apps::None, "None"},
1819
{Pinetime::Applications::Apps::Music, "Music"},
1920
{Pinetime::Applications::Apps::HeartRate, "Heart Rate"},
2021
{Pinetime::Applications::Apps::StopWatch, "Stopwatch"},

0 commit comments

Comments
 (0)