Improve videos layout

This commit is contained in:
Arkadiusz Fal
2021-08-02 23:10:22 +02:00
parent 9c5e427c7b
commit 36f94ffd72
6 changed files with 95 additions and 49 deletions

View File

@@ -10,11 +10,7 @@ struct VideoContextMenuView: View {
@Default(.videoIDToAddToPlaylist) var videoIDToAddToPlaylist
var body: some View {
if navigationState.tabSelection == .channel {
closeChannelButton(from: video)
} else {
openChannelButton(from: video)
}
openChannelButton(from: video)
openVideoDetailsButton