mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-03-04 18:05:23 +00:00
> But it's a sound board not a music player....  Maybe make it say sounds instead of songs? Paging was a great idea however.
Okay, okay.
This commit is contained in:
parent
e466c14c88
commit
668afccc28
@ -205,7 +205,7 @@ void SoundBoardView::refresh_list() {
|
||||
});
|
||||
}
|
||||
|
||||
page_info.set("Page: " + to_string_dec_uint(c_page) + " Songs: " + to_string_dec_uint(file_list.size()));
|
||||
page_info.set("Page: " + to_string_dec_uint(c_page) + " Sounds: " + to_string_dec_uint(file_list.size()));
|
||||
menu_view.set_highlighted(0); // Refresh
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user