diff --git a/menu/drivers/materialui.c b/menu/drivers/materialui.c index 68eb0f8755..0d3be498e4 100644 --- a/menu/drivers/materialui.c +++ b/menu/drivers/materialui.c @@ -10378,6 +10378,9 @@ static void materialui_list_insert( node->icon_texture_index = MUI_TEXTURE_DISK; node->icon_type = MUI_ICON_TYPE_INTERNAL; break; + case FILE_TYPE_DOWNLOAD_CORE: + case FILE_TYPE_CORE: + case MENU_SETTING_ACTION_CORE_MANAGER_OPTIONS: case MENU_SETTING_ACTION_CORE_LOCK: case MENU_SETTING_ACTION_CORE_SET_STANDALONE_EXEMPT: case MENU_CONTENTLESS_CORES_TAB: