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.

Bugfix plugins rockpaint toolbar blocks exit

allow power button to collapse toolbar and allow exiting the plugin

Change-Id: I205ee5253ca116eddd737683faab6e132f4936ba

+3 -1
+3 -1
apps/plugins/rockpaint.c
··· 2782 2782 } 2783 2783 inv_cursor(true); 2784 2784 break; 2785 - 2785 + case ROCKPAINT_QUIT: 2786 + if (state != State0) 2787 + break; 2786 2788 case ROCKPAINT_TOOLBAR: 2787 2789 case ROCKPAINT_TOOLBAR2: 2788 2790 return;