mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Set window min width on macOS
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user