From 8283752223a4c0f0d98c1798568526546c4ab7b9 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 20 Jun 2022 22:37:09 -0400 Subject: Reset settings on button hold extend this properly to the gigabeast and iriver updated manual entries Change-Id: Ibd1bce8d113193cb3b76f4daf0d6ceb01a2f7585 --- apps/settings_list.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'apps/settings_list.c') 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[] = { #endif ), #endif -#if defined(SETTINGS_RESET) || \ - (CONFIG_KEYPAD == IPOD_4G_PAD) || \ - (CONFIG_KEYPAD == IRIVER_H10_PAD) +#if defined(BUTTON_REC) || \ + (CONFIG_KEYPAD == GIGABEAT_PAD) || \ + (CONFIG_KEYPAD == IPOD_4G_PAD) || \ + (CONFIG_KEYPAD == IRIVER_H10_PAD) OFFON_SETTING(0, clear_settings_on_hold, LANG_CLEAR_SETTINGS_ON_HOLD, true, "clear settings on hold", NULL), #endif -- cgit v1.2.3