This commit is contained in:
Arkadiusz Fal 2023-10-15 00:28:32 +02:00
parent 4260c6d6b5
commit 2b4627c3d6

View File

@ -168,7 +168,7 @@ struct ContentView: View {
.statusBarHidden(player.playingFullScreen)
#endif
#if os(macOS)
.frame(minWidth: 1200)
.frame(minWidth: 1200)
#endif
}