summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 795d42ceba..7b24db22e5 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -927,6 +927,16 @@ const struct settings_list settings[] = {
927 #error "HAVE_PLAY_FREQ < 48???" 927 #error "HAVE_PLAY_FREQ < 48???"
928#endif 928#endif
929#endif /* HAVE_PLAY_FREQ */ 929#endif /* HAVE_PLAY_FREQ */
930
931#ifdef HAVE_ALBUMART
932 CHOICE_SETTING(0, album_art, LANG_ALBUM_ART, 1,
933 "album art", "off,prefer embedded,prefer image file",
934 NULL, 3,
935 ID2P(LANG_OFF),
936 ID2P(LANG_PREFER_EMBEDDED),
937 ID2P(LANG_PREFER_IMAGE_FILE)),
938#endif
939
930 /* LCD */ 940 /* LCD */
931#ifdef HAVE_LCD_CONTRAST 941#ifdef HAVE_LCD_CONTRAST
932 /* its easier to leave this one un-macro()ed for the time being */ 942 /* its easier to leave this one un-macro()ed for the time being */