Updates icons to match original Lyra

Adds a unique icon for firmware bins in the file browser
This commit is contained in:
Justin Mitchell
2026-06-17 01:31:07 -04:00
parent 4f55444f67
commit 0b575d1965
6 changed files with 33 additions and 31 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ void HomeActivity::render(RenderLock&&) {
// Build menu items dynamically
std::vector<const char*> menuItems = {tr(STR_BROWSE_FILES), tr(STR_MENU_RECENT_BOOKS), tr(STR_FILE_TRANSFER),
tr(STR_SETTINGS_TITLE)};
std::vector<UIIcon> menuIcons = {Folder, Recent, Transfer, Settings};
std::vector<UIIcon> menuIcons = {Folder, Book, Transfer, Settings};
if (hasOpdsServers) {
menuItems.insert(menuItems.begin() + 2, tr(STR_OPDS_BROWSER));