Skip to content

Commit 46db791

Browse files
committed
Ozone footer correction
1 parent 4159da6 commit 46db791

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

menu/drivers/ozone.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8059,8 +8059,11 @@ static bool ozone_manage_available(ozone_handle_t *ozone, size_t current_selecti
80598059
switch (last_entry.type)
80608060
{
80618061
case FILE_TYPE_PLAYLIST_COLLECTION:
8062-
case FILE_TYPE_RPL_ENTRY:
80638062
return true;
8063+
case FILE_TYPE_RPL_ENTRY:
8064+
if (ozone->flags & OZONE_FLAG_CURSOR_IN_SIDEBAR)
8065+
return true;
8066+
break;
80648067
default:
80658068
break;
80668069
}

0 commit comments

Comments
 (0)