mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
New video details
This commit is contained in:
@@ -90,7 +90,10 @@ struct VideoContextMenuView: View {
|
||||
}
|
||||
|
||||
#if os(iOS)
|
||||
if video.isLocal, let url = video.localStream?.localURL, DocumentsModel.shared.isDocument(url) {
|
||||
if video.isLocal,
|
||||
let url = video.localStream?.localURL,
|
||||
DocumentsModel.shared.isDocument(url)
|
||||
{
|
||||
Section {
|
||||
removeDocumentButton
|
||||
}
|
||||
|
Reference in New Issue
Block a user