Merge pull request #12162 from jdgleaver/glui-fix

GLUI: Fix main menu 'History' entry
This commit is contained in:
Autechre 2021-03-16 12:27:46 +01:00 committed by GitHub
commit ad13be13cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8950,7 +8950,7 @@ static int materialui_list_push(void *data, void *userdata,
{
MENU_DISPLAYLIST_PARSE_SETTINGS_ENUM(
info->list,
MENU_ENUM_LABEL_SUBSYSTEM_SETTINGS,
MENU_ENUM_LABEL_LOAD_CONTENT_HISTORY,
PARSE_ACTION,
false);
}