Hide Help menu until there is useful info to be shown

This commit is contained in:
twinaphex 2022-04-09 17:23:14 +02:00
parent 5d2b5e8722
commit ee9b6ba78e
4 changed files with 0 additions and 31 deletions

View File

@ -9493,14 +9493,6 @@ static int materialui_list_push(void *data, void *userdata,
false);
}
if (settings->bools.menu_show_help)
{
MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(
info->list,
MENU_ENUM_LABEL_HELP_LIST,
PARSE_ACTION,
false);
}
#if !defined(IOS)
if (settings->bools.menu_show_restart_retroarch)

View File

@ -8167,15 +8167,6 @@ static int ozone_list_push(void *data, void *userdata,
false);
}
if (settings->bools.menu_show_help)
{
MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(
info->list,
MENU_ENUM_LABEL_HELP_LIST,
PARSE_ACTION,
false);
}
#if !defined(IOS)
if (settings->bools.menu_show_restart_retroarch)
{

View File

@ -7279,15 +7279,6 @@ static int xmb_list_push(void *data, void *userdata,
false);
}
if (menu_show_help)
{
MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(
info->list,
MENU_ENUM_LABEL_HELP_LIST,
PARSE_ACTION,
false);
}
#if !defined(IOS)
if (menu_show_restart_ra)
{

View File

@ -13201,11 +13201,6 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type,
PARSE_ACTION, false) == 0)
count++;
#endif
if (settings->bools.menu_show_help)
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(info->list,
MENU_ENUM_LABEL_HELP_LIST,
PARSE_ACTION, false) == 0)
count++;
if (settings->bools.menu_show_restart_retroarch)
if (MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(info->list,