diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-09-18 15:16:19 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-18 15:16:19 (GMT) |
| commit | 9cd0def3613aca24cc336bd2348ed2a73f5e637a (patch) | |
| tree | c2fa91e352127c09abd0f9b4959cd1f47d628ea8 /src/displayapp/screens/ApplicationList.cpp | |
| parent | 3eb73774a39e255cd4b5de76441a59f1525a989c (diff) | |
| parent | b9e56843a29672b2befa65bf036f6db21078291f (diff) | |
Merge pull request #662 from mruss77/basic-alarm-app
Basic alarm app
Diffstat (limited to 'src/displayapp/screens/ApplicationList.cpp')
| -rw-r--r-- | src/displayapp/screens/ApplicationList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/ApplicationList.cpp b/src/displayapp/screens/ApplicationList.cpp index 6e7bbb7..5c582f6 100644 --- a/src/displayapp/screens/ApplicationList.cpp +++ b/src/displayapp/screens/ApplicationList.cpp @@ -58,7 +58,7 @@ std::unique_ptr<Screen> ApplicationList::CreateScreen2() { {"2", Apps::Twos}, {Symbols::chartLine, Apps::Motion}, {Symbols::drum, Apps::Metronome}, - {"", Apps::None}, + {Symbols::clock, Apps::Alarm}, }}; return std::make_unique<Screens::Tile>(1, 2, app, settingsController, batteryController, dateTimeController, applications); |
