summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index a7c5295f48..c654b3b757 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -238,6 +238,8 @@ long gui_wps_show(void)
238 from F1 */ 238 from F1 */
239 if (!audio_status()) 239 if (!audio_status())
240 exit = true; 240 exit = true;
241/* The iPods/X5/M5 use a single button for the A-B mode markers,
242 defined as ACTION_WPSAB_SINGLE in their config files. */
241#ifdef ACTION_WPSAB_SINGLE 243#ifdef ACTION_WPSAB_SINGLE
242 if (!global_settings.party_mode && ab_repeat_mode_enabled()) 244 if (!global_settings.party_mode && ab_repeat_mode_enabled())
243 { 245 {