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.

WPS hotkeys: Don't enable SBS for pitch screen or bookmarking

Change-Id: I5d5f4f1c402500abd15fcbb8b62013c97f4f931c

+1 -1
+1 -1
apps/gui/wps.c
··· 787 787 hotkey = true; 788 788 if (!global_settings.hotkey_wps) 789 789 break; 790 - if (global_settings.hotkey_wps == HOTKEY_PLUGIN) 790 + if (get_hotkey(global_settings.hotkey_wps)->flags & HOTKEY_FLAG_NOSBS) 791 791 { 792 792 /* leave WPS without re-enabling theme */ 793 793 theme_enabled = false;