summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 09834ec183..b29a219733 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -491,6 +491,10 @@ struct user_settings
491 int unplug_rw; /* time in s to rewind when pausing */ 491 int unplug_rw; /* time in s to rewind when pausing */
492 bool unplug_autoresume; /* disable auto-resume if no phones */ 492 bool unplug_autoresume; /* disable auto-resume if no phones */
493#endif 493#endif
494#ifdef CONFIG_TUNER
495 int fm_region;
496#endif
497
494}; 498};
495 499
496enum optiontype { INT, BOOL }; 500enum optiontype { INT, BOOL };