GLUI: Restore core list icons (#17293)

This commit is contained in:
sonninnos 2024-12-27 16:50:55 +02:00 committed by GitHub
parent 0d4eeb647a
commit da05947b41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: