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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 2638eac5a0..2492178577 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1660,6 +1660,13 @@ const struct settings_list settings[] = {
1660#ifdef HAVE_MORSE_INPUT 1660#ifdef HAVE_MORSE_INPUT
1661 OFFON_SETTING(0, morse_input, LANG_MORSE_INPUT, false, "morse input", NULL), 1661 OFFON_SETTING(0, morse_input, LANG_MORSE_INPUT, false, "morse input", NULL),
1662#endif 1662#endif
1663
1664#ifdef HAVE_HOTKEY
1665 CHOICE_SETTING(0, hotkey_wps, 0, 1, "hotkey wps", 0, NULL, 0),
1666 CHOICE_SETTING(0, hotkey_wps_desc_id, 0, LANG_VIEW_DYNAMIC_PLAYLIST, "hotkey wps desc id", 0, NULL, 0),
1667 CHOICE_SETTING(0, hotkey_tree, 0, 0, "hotkey tree", 0, NULL, 0),
1668 CHOICE_SETTING(0, hotkey_tree_desc_id, 0, LANG_OFF, "hotkey tree desc id", 0, NULL, 0),
1669#endif
1663}; 1670};
1664 1671
1665const int nb_settings = sizeof(settings)/sizeof(*settings); 1672const int nb_settings = sizeof(settings)/sizeof(*settings);