mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Set window min width on macOS
This commit is contained in:
parent
2dd1d2ac56
commit
5b2c94758b
@ -167,6 +167,9 @@ struct ContentView: View {
|
||||
#if os(iOS)
|
||||
.statusBarHidden(player.playingFullScreen)
|
||||
#endif
|
||||
#if os(macOS)
|
||||
.frame(minWidth: 1200)
|
||||
#endif
|
||||
}
|
||||
|
||||
@ViewBuilder var videoPlayer: some View {
|
||||
|
Loading…
Reference in New Issue
Block a user