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.

Use user preferred touchscreen mode in 'Main Menu Config' plugin instead of defaulting to 'button' mode.

Motivation:

1. 'Absolute point' mode works fine in this plugin.
2. This plugin is part of the Rockbox menus. If the user setting is not 'button' mode, it is unexpected to have only this menu work in a different mode compared to all other menus.

Change-Id: Iec91d3cd875e8a80e835a4a58d87a6ec84529def

authored by

Marc Aarts and committed by
Solomon Peachy
1f97ae73 a0bd48bf

+4
+4
apps/plugins/main_menu_config.c
··· 192 192 rb->gui_synclist_draw(&list); 193 193 rb->gui_synclist_speak_item(&list); 194 194 195 + #ifdef HAVE_TOUCHSCREEN 196 + rb->touchscreen_set_mode(rb->global_settings->touch_mode); 197 + #endif 198 + 195 199 while (!done) 196 200 { 197 201 cur_sel = rb->gui_synclist_get_sel_pos(&list);