Minor tvOS UI improvements

This commit is contained in:
Arkadiusz Fal
2021-09-29 14:36:52 +02:00
parent 282170209b
commit 1b1be1aefe
7 changed files with 35 additions and 13 deletions

View File

@@ -154,6 +154,8 @@ struct AddToPlaylistView: View {
model.selectedPlaylistID = playlist.id
}
}
Button("Cancel", role: .cancel) {}
}
}