Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix the yellow in the player build from c39f95465

Change-Id: Iae3a8f4eccd3708b41d43da6e12a3199b1d657c6

+4 -1
+4 -1
apps/menus/main_menu.c
··· 532 532 533 533 534 534 #ifdef HAVE_LCD_CHARCELLS 535 - static int mainmenu_callback(int action,const struct menu_item_ex *this_item) 535 + static int mainmenu_callback(int action, 536 + const struct menu_item_ex *this_item, 537 + struct gui_synclist *lists) 536 538 { 537 539 (void)this_item; 540 + (void)lists; 538 541 switch (action) 539 542 { 540 543 case ACTION_ENTER_MENUITEM: