summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 405a31d052..ec66553660 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -448,7 +448,7 @@ struct user_settings
448#endif 448#endif
449 449
450 int pause_rewind; /* time in s to rewind when pausing */ 450 int pause_rewind; /* time in s to rewind when pausing */
451#ifdef HAVE_HEADPHONE_DETECTION 451#if defined(HAVE_HEADPHONE_DETECTION) || defined(HAVE_LINEOUT_DETECTION)
452 int unplug_mode; /* pause on headphone unplug */ 452 int unplug_mode; /* pause on headphone unplug */
453 bool unplug_autoresume; /* disable auto-resume if no phones */ 453 bool unplug_autoresume; /* disable auto-resume if no phones */
454#endif 454#endif