mirror of
https://github.com/yattee/yattee.git
synced 2025-01-08 22:07:10 +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)
|
#if os(iOS)
|
||||||
.statusBarHidden(player.playingFullScreen)
|
.statusBarHidden(player.playingFullScreen)
|
||||||
#endif
|
#endif
|
||||||
|
#if os(macOS)
|
||||||
|
.frame(minWidth: 1200)
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
@ViewBuilder var videoPlayer: some View {
|
@ViewBuilder var videoPlayer: some View {
|
||||||
|
Loading…
Reference in New Issue
Block a user