Skip to content

Commit

Permalink
Invoke menu icon thumbnail loading only if needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb committed Sep 6, 2024
1 parent 5e14f7b commit 8f5688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/drivers/xmb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ static void xmb_populate_entries(void *data,

xmb_set_title(xmb);

if(xmb->is_playlist)
if(xmb->is_playlist && settings->uints.menu_icon_thumbnails)
{
xmb_populate_dynamic_icons(xmb);
}
Expand Down

0 comments on commit 8f5688a

Please sign in to comment.