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.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 09a45f1faa..98e8dec5a8 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -998,7 +998,7 @@ const struct settings_list settings[] = {
998 play_frequency, LANG_FREQUENCY, 0, "playback frequency", "auto", 998 play_frequency, LANG_FREQUENCY, 0, "playback frequency", "auto",
999 UNIT_KHZ, formatter_freq_unit_0_is_auto, 999 UNIT_KHZ, formatter_freq_unit_0_is_auto,
1000 getlang_freq_unit_0_is_auto, 1000 getlang_freq_unit_0_is_auto,
1001 playback_frequency_callback, 1001 playback_frequency_callback,
1002#if HAVE_PLAY_FREQ >= 192 1002#if HAVE_PLAY_FREQ >= 192
1003 7,0,SAMPR_44,SAMPR_48,SAMPR_88,SAMPR_96,SAMPR_176,SAMPR_192), 1003 7,0,SAMPR_44,SAMPR_48,SAMPR_88,SAMPR_96,SAMPR_176,SAMPR_192),
1004#elif HAVE_PLAY_FREQ >= 96 1004#elif HAVE_PLAY_FREQ >= 96
@@ -1883,7 +1883,7 @@ const struct settings_list settings[] = {
1883#ifdef HAVE_BACKLIGHT 1883#ifdef HAVE_BACKLIGHT
1884 CHOICE_SETTING(0, backlight_on_button_hold, 1884 CHOICE_SETTING(0, backlight_on_button_hold,
1885 LANG_BACKLIGHT_ON_BUTTON_HOLD, 1885 LANG_BACKLIGHT_ON_BUTTON_HOLD,
1886#ifdef HAS_BUTTON_HOLD 1886#ifdef HAS_BUTTON_HOLD
1887 1, 1887 1,
1888#else 1888#else
1889 0, 1889 0,
@@ -2217,6 +2217,8 @@ const struct settings_list settings[] = {
2217 VIEWPORT_SETTING(remote_ui_vp_config, "remote ui viewport"), 2217 VIEWPORT_SETTING(remote_ui_vp_config, "remote ui viewport"),
2218#endif 2218#endif
2219 2219
2220 TEXT_SETTING(F_THEMESETTING, player_name, "player name", "", NULL, NULL),
2221
2220#ifdef HAVE_MORSE_INPUT 2222#ifdef HAVE_MORSE_INPUT
2221 OFFON_SETTING(0, morse_input, LANG_MORSE_INPUT, false, "morse input", NULL), 2223 OFFON_SETTING(0, morse_input, LANG_MORSE_INPUT, false, "morse input", NULL),
2222#endif 2224#endif