only show with advanced options and on dynamic platforms

This commit is contained in:
radius 2018-12-06 16:16:25 -05:00
parent bfd23150b5
commit 16d1cf28f7

View File

@ -3567,13 +3567,16 @@ static bool setting_append_list(
}
}
CONFIG_ACTION(
list, list_info,
MENU_ENUM_LABEL_SIDELOAD_CORE_LIST,
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_LIST,
&group_info,
&subgroup_info,
parent_group);
#ifdef HAVE_DYNAMIC
if (settings->bools.menu_show_advanced_settings)
CONFIG_ACTION(
list, list_info,
MENU_ENUM_LABEL_SIDELOAD_CORE_LIST,
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_LIST,
&group_info,
&subgroup_info,
parent_group);
#endif
CONFIG_ACTION(
list, list_info,
@ -3583,6 +3586,7 @@ static bool setting_append_list(
&subgroup_info,
parent_group);
if (settings->bools.history_list_enable)
{
CONFIG_ACTION(