(GLUI) Add icon for 'Download Thumbnails' (#14084)

This commit is contained in:
sonninnos 2022-06-22 23:55:38 +03:00 committed by GitHub
parent 860155969e
commit 10a2103f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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