mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Ozone) Hide thumbnail button hints when viewing file browser lists
This commit is contained in:
parent
0b294faa71
commit
19a8a815f0
@ -1722,6 +1722,7 @@ static void ozone_draw_footer(ozone_handle_t *ozone,
|
||||
bool fullscreen_thumbnails_available =
|
||||
ozone->fullscreen_thumbnails_available &&
|
||||
!ozone->cursor_in_sidebar &&
|
||||
ozone->show_thumbnail_bar &&
|
||||
((ozone->thumbnails.right.status != GFX_THUMBNAIL_STATUS_MISSING) ||
|
||||
(ozone->thumbnails.left.status != GFX_THUMBNAIL_STATUS_MISSING)) &&
|
||||
(gfx_thumbnail_is_enabled(ozone->thumbnail_path_data, GFX_THUMBNAIL_RIGHT) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user