A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
2
fork

Configure Feed

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

plugins: multiboot_select: Support touchscreen pointing mode

The plugin is menu based, so it should respect the global setting.

Change-Id: Ibfca63c919baa508d1253328c49c6b18f9e815f6

authored by

Aidan MacDonald and committed by
Solomon Peachy
591a83a0 306caa27

+4
+4
apps/plugins/multiboot_select.c
··· 346 346 { 347 347 (void)param; 348 348 349 + #ifdef HAVE_TOUCHSCREEN 350 + rb->touchscreen_set_mode(rb->global_settings->touch_mode); 351 + #endif 352 + 349 353 /* load the current root */ 350 354 const char* myroot = read_redirect(); 351 355 rb->strcpy(cur_root, myroot);