summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-06-20 22:37:09 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2022-06-21 22:43:39 -0400
commit8283752223a4c0f0d98c1798568526546c4ab7b9 (patch)
treeab2dddab69f41c9f5f665eae1ed7bca438bd5919 /apps/settings_list.c
parente75e07e1b68b5ce59b0a77f321c90a091682e362 (diff)
downloadrockbox-8283752223a4c0f0d98c1798568526546c4ab7b9.tar.gz
rockbox-8283752223a4c0f0d98c1798568526546c4ab7b9.zip
Reset settings on button hold
extend this properly to the gigabeast and iriver updated manual entries Change-Id: Ibd1bce8d113193cb3b76f4daf0d6ceb01a2f7585
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index d6449d1c6f..fc526987e2 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -2167,9 +2167,10 @@ const struct settings_list settings[] = {
2167#endif 2167#endif
2168 ), 2168 ),
2169#endif 2169#endif
2170#if defined(SETTINGS_RESET) || \ 2170#if defined(BUTTON_REC) || \
2171 (CONFIG_KEYPAD == IPOD_4G_PAD) || \ 2171 (CONFIG_KEYPAD == GIGABEAT_PAD) || \
2172 (CONFIG_KEYPAD == IRIVER_H10_PAD) 2172 (CONFIG_KEYPAD == IPOD_4G_PAD) || \
2173 (CONFIG_KEYPAD == IRIVER_H10_PAD)
2173 OFFON_SETTING(0, clear_settings_on_hold, LANG_CLEAR_SETTINGS_ON_HOLD, 2174 OFFON_SETTING(0, clear_settings_on_hold, LANG_CLEAR_SETTINGS_ON_HOLD,
2174 true, "clear settings on hold", NULL), 2175 true, "clear settings on hold", NULL),
2175#endif 2176#endif