mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(GLUI) Add icon for 'Download Thumbnails' (#14084)
This commit is contained in:
parent
860155969e
commit
10a2103f7e
@ -10324,7 +10324,10 @@ static void materialui_list_insert(
|
||||
node->icon_texture_index = MUI_TEXTURE_DATABASE;
|
||||
node->icon_type = MUI_ICON_TYPE_INTERNAL;
|
||||
}
|
||||
else if (string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_GOTO_IMAGES)))
|
||||
else if (
|
||||
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_GOTO_IMAGES)) ||
|
||||
string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_DOWNLOAD_PL_ENTRY_THUMBNAILS))
|
||||
)
|
||||
{
|
||||
node->icon_texture_index = MUI_TEXTURE_IMAGE;
|
||||
node->icon_type = MUI_ICON_TYPE_INTERNAL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user