mirror of
https://github.com/yattee/yattee.git
synced 2024-12-23 05:53:41 +00:00
Fix opening files
This commit is contained in:
parent
f66451db35
commit
876f470b89
@ -131,7 +131,7 @@ struct OpenVideosView: View {
|
|||||||
return url
|
return url
|
||||||
}
|
}
|
||||||
|
|
||||||
openURLs(selectedFiles)
|
openURLs(urlsToOpen)
|
||||||
} catch {
|
} catch {
|
||||||
NavigationModel.shared.alert = Alert(title: Text("Could not open Files"))
|
NavigationModel.shared.alert = Alert(title: Text("Could not open Files"))
|
||||||
NavigationModel.shared.presentingAlertInOpenVideos = true
|
NavigationModel.shared.presentingAlertInOpenVideos = true
|
||||||
|
Loading…
Reference in New Issue
Block a user