> 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:
ITAxReal 2020-08-28 22:22:39 +03:00
parent e466c14c88
commit 668afccc28

View File

@ -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
}