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.

[FixRed] main_menu.c typo CONFIG_CHARGING == CHARGING_SIMPLE

Change-Id: I5422a566459336727bf9189130b2c02d7c1b40e2

+1 -1
+1 -1
apps/menus/main_menu.c
··· 358 358 #if CONFIG_CHARGING == CHARGING_SIMPLE 359 359 /* Only know if plugged */ 360 360 if (charger_inserted()) 361 - simplelist_setline(str(LANG_BATTERY_CHARGE); 361 + simplelist_setline(str(LANG_BATTERY_CHARGE)); 362 362 else 363 363 #elif CONFIG_CHARGING >= CHARGING_MONITOR 364 364 /* Go by what power management reports */