mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Display more details in player view
This commit is contained in:
@@ -26,8 +26,9 @@ struct ContentView: View {
|
||||
.sheet(isPresented: $navigationState.showingVideo) {
|
||||
if let video = navigationState.video {
|
||||
VideoPlayerView(video)
|
||||
|
||||
#if !os(iOS)
|
||||
.frame(minWidth: 590, minHeight: 500)
|
||||
.frame(minWidth: 550, minHeight: 720)
|
||||
.onExitCommand {
|
||||
navigationState.showingVideo = false
|
||||
}
|
||||
|
Reference in New Issue
Block a user