diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/gui/gwps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c index a7c5295..c654b3b 100644 --- a/apps/gui/gwps.c +++ b/apps/gui/gwps.c @@ -238,6 +238,8 @@ long gui_wps_show(void) from F1 */ if (!audio_status()) exit = true; +/* The iPods/X5/M5 use a single button for the A-B mode markers, + defined as ACTION_WPSAB_SINGLE in their config files. */ #ifdef ACTION_WPSAB_SINGLE if (!global_settings.party_mode && ab_repeat_mode_enabled()) { |