From ed37c2e8948960b45c9bac58f1ffb678fdf31f5d Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Tue, 15 Mar 2022 17:12:40 -0400 Subject: FS#13193 - Add option to disable settings reset on startup Updated version of the patch originally by user cockroach UNTESTED Ipods?, Iriver H10, I do not own these players so YMMV https://www.rockbox.org/tracker/task/13193 Change-Id: I7924837f582cc5c49ee68c186d6822f577f65147 --- apps/features.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/features.txt') diff --git a/apps/features.txt b/apps/features.txt index 45e06e5e64..da2064ab2f 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -289,3 +289,9 @@ multi_boot #if defined(HIBY_LINUX) hibylinux #endif + +#if defined(SETTINGS_RESET) || \ + (CONFIG_KEYPAD == IPOD_4G_PAD) || \ + (CONFIG_KEYPAD == IRIVER_H10_PAD) +clear_settings_on_hold +#endif -- cgit v1.2.3