Ozone: Skip thumbnail background for metadata display

This commit is contained in:
sonninnos 2025-05-09 01:29:57 +03:00
parent f9bdd7bc87
commit ae9e8ba75c
1 changed files with 1 additions and 1 deletions

View File

@ -6438,7 +6438,7 @@ static void ozone_draw_thumbnail_bar(
left_thumbnail_alpha = 1.0f;
}
if (thumbnail_background)
if (thumbnail_background && !(ozone->flags & OZONE_FLAG_FORCE_METADATA_DISPLAY))
{
float background_color[16] = {
0.0f, 0.0f, 0.0f, 1.0f,