mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Minor tvOS layout fixes
This commit is contained in:
@@ -78,9 +78,11 @@ struct VideoContextMenuView: View {
|
||||
}
|
||||
}
|
||||
|
||||
Section {
|
||||
ShareButton(contentItem: .init(video: video))
|
||||
}
|
||||
#if !os(tvOS)
|
||||
Section {
|
||||
ShareButton(contentItem: .init(video: video))
|
||||
}
|
||||
#endif
|
||||
|
||||
if !inChannelView, !inChannelPlaylistView {
|
||||
Section {
|
||||
|
Reference in New Issue
Block a user