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 regression 18dfd8f691

The WPS, or certain screens accessed directly from it,
may have displayed a title when they shouldn't have.

Change-Id: I655f58aa7c4ff3ff996d9798fdbe06c14f09c27b

+1
+1
apps/gui/wps.c
··· 574 574 gwps = skin_get_gwps(WPS, i); 575 575 display = gwps->display; 576 576 display->scroll_stop(); 577 + sb_set_title_text(NULL, Icon_NOICON, i); 577 578 /* Update the values in the first (default) viewport - in case the user 578 579 has modified the statusbar or colour settings */ 579 580 #if LCD_DEPTH > 1