Fix opening files

This commit is contained in:
Arkadiusz Fal 2022-11-13 23:48:55 +01:00
parent f66451db35
commit 876f470b89

View File

@ -131,7 +131,7 @@ struct OpenVideosView: View {
return url
}
openURLs(selectedFiles)
openURLs(urlsToOpen)
} catch {
NavigationModel.shared.alert = Alert(title: Text("Could not open Files"))
NavigationModel.shared.presentingAlertInOpenVideos = true