summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2018-11-05 23:53:42 -0500
committerWilliam Wilgus <me.theuser@yahoo.com>2019-01-08 15:26:34 +0100
commit7d24ef1e6d630518d63beaf80e3c3ff7c759b803 (patch)
tree1c0be1becce87d5ee3183aeb5950c484f9a3d7df
parent3f6fed8eca790138e9ac80cb3b38b6791269982b (diff)
Add F_BANFROMQS to Advanced Keylock and Blacklight Exemptions
Both had 'Enabled' showing up a Add to Quick Screen option Change-Id: Ief48a4d0ea2a473704a9a42d5863f1451dbfc6af
-rw-r--r--apps/settings_list.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index d189e31b9b..45434d1859 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1131,10 +1131,11 @@ const struct settings_list settings[] = {
/** End of old RTC config block **/
#ifndef HAS_BUTTON_HOLD
- OFFON_SETTING(0, bt_selective_softlock_actions,
+ OFFON_SETTING(F_BANFROMQS, bt_selective_softlock_actions,
LANG_ACTION_ENABLED, false,
"No Screen Lock For Selected Actions", NULL),
- INT_SETTING(0, bt_selective_softlock_actions_mask, LANG_SOFTLOCK_SELECTIVE,
+ INT_SETTING(F_BANFROMQS, bt_selective_softlock_actions_mask,
+ LANG_SOFTLOCK_SELECTIVE,
0, "Selective Screen Lock Actions", UNIT_INT,
0, 2048,2, NULL, NULL, NULL),
#endif /* !HAS_BUTTON_HOLD */
@@ -1143,11 +1144,12 @@ const struct settings_list settings[] = {
OFFON_SETTING(0, caption_backlight, LANG_CAPTION_BACKLIGHT,
false, "caption backlight", NULL),
- OFFON_SETTING(0, bl_selective_actions,
+ OFFON_SETTING(F_BANFROMQS, bl_selective_actions,
LANG_ACTION_ENABLED, false,
"No Backlight On Selected Actions", NULL),
- INT_SETTING(0, bl_selective_actions_mask, LANG_BACKLIGHT_SELECTIVE,
+ INT_SETTING(F_BANFROMQS, bl_selective_actions_mask,
+ LANG_BACKLIGHT_SELECTIVE,
0, "Selective Backlight Actions", UNIT_INT,
0, 2048,2, NULL, NULL, NULL),
#ifdef HAVE_REMOTE_LCD