mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +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 =
|
bool fullscreen_thumbnails_available =
|
||||||
ozone->fullscreen_thumbnails_available &&
|
ozone->fullscreen_thumbnails_available &&
|
||||||
!ozone->cursor_in_sidebar &&
|
!ozone->cursor_in_sidebar &&
|
||||||
|
ozone->show_thumbnail_bar &&
|
||||||
((ozone->thumbnails.right.status != GFX_THUMBNAIL_STATUS_MISSING) ||
|
((ozone->thumbnails.right.status != GFX_THUMBNAIL_STATUS_MISSING) ||
|
||||||
(ozone->thumbnails.left.status != GFX_THUMBNAIL_STATUS_MISSING)) &&
|
(ozone->thumbnails.left.status != GFX_THUMBNAIL_STATUS_MISSING)) &&
|
||||||
(gfx_thumbnail_is_enabled(ozone->thumbnail_path_data, GFX_THUMBNAIL_RIGHT) ||
|
(gfx_thumbnail_is_enabled(ozone->thumbnail_path_data, GFX_THUMBNAIL_RIGHT) ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user