From ca0edad8c2a105550e66f236c54317aa8cb0907a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 24 Dec 2019 05:29:15 +0100 Subject: [PATCH] (Menu) don't hide logging settings anymore --- menu/menu_setting.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/menu/menu_setting.c b/menu/menu_setting.c index 4d4c3f73e8..91464abcd7 100644 --- a/menu/menu_setting.c +++ b/menu/menu_setting.c @@ -8396,7 +8396,7 @@ static bool setting_append_list( parent_group, general_write_handler, general_read_handler, - SD_FLAG_ADVANCED); + SD_FLAG_NONE); (*list)[list_info->index - 1].action_ok = &setting_bool_action_left_with_refresh; (*list)[list_info->index - 1].action_left = &setting_bool_action_left_with_refresh; (*list)[list_info->index - 1].action_right = &setting_bool_action_right_with_refresh; @@ -8449,7 +8449,7 @@ static bool setting_append_list( parent_group, general_write_handler, general_read_handler, - SD_FLAG_ADVANCED); + SD_FLAG_NONE); (*list)[list_info->index - 1].action_ok = &setting_bool_action_left_with_refresh; (*list)[list_info->index - 1].action_left = &setting_bool_action_left_with_refresh; (*list)[list_info->index - 1].action_right = &setting_bool_action_right_with_refresh; @@ -8467,7 +8467,7 @@ static bool setting_append_list( parent_group, general_write_handler, general_read_handler, - SD_FLAG_ADVANCED); + SD_FLAG_NONE); END_SUB_GROUP(list, list_info, parent_group);