1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-14 14:20:32 +05:30

Fix playlists layout on tvOS

This commit is contained in:
Arkadiusz Fal 2022-08-21 17:40:44 +02:00
parent 5e6eff9680
commit ea78f5c8b0

View File

@ -239,6 +239,7 @@ struct PlaylistsView: View {
selectedPlaylistID = model.all.next(after: currentPlaylist!)?.id ?? ""
}
.lineLimit(1)
.contextMenu {
ForEach(model.all) { playlist in
Button(playlist.title) {