mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 18:38:16 +00:00
Add share actions to video context menu
This commit is contained in:
@@ -78,6 +78,10 @@ struct VideoContextMenuView: View {
|
||||
}
|
||||
}
|
||||
|
||||
Section {
|
||||
ShareButton(contentItem: .init(video: video))
|
||||
}
|
||||
|
||||
if !inChannelView, !inChannelPlaylistView {
|
||||
Section {
|
||||
openChannelButton
|
||||
|
Reference in New Issue
Block a user