mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(Menu) If On-Demand Thumbnail Downloader is enabled, hide
'Download Thumbnails' from playlist menu screen
This commit is contained in:
parent
051342cc8b
commit
6713c6ebed
@ -2252,6 +2252,9 @@ static int menu_displaylist_parse_horizontal_content_actions(
|
|||||||
!string_is_equal(system, "music_history") &&
|
!string_is_equal(system, "music_history") &&
|
||||||
!string_is_equal(system, "video_history");
|
!string_is_equal(system, "video_history");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (settings->bools.network_on_demand_thumbnails)
|
||||||
|
download_enabled = false;
|
||||||
|
|
||||||
if (download_enabled)
|
if (download_enabled)
|
||||||
menu_entries_append_enum(info->list,
|
menu_entries_append_enum(info->list,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user