and metronome icon (#439)

* add drum icon for metronome app
This commit is contained in:
Bryton Hall
2021-07-02 11:34:32 -04:00
committed by GitHub
parent 38f40034b0
commit 4e435e93e0
4 changed files with 19 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ std::unique_ptr<Screen> ApplicationList::CreateScreen2() {
{Symbols::paddle, Apps::Paddle},
{"2", Apps::Twos},
{"M", Apps::Motion},
{"b", Apps::Metronome},
{Symbols::drum, Apps::Metronome},
{"", Apps::None},
}};