mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
change default minWidth with hidden sidebar
This commit is contained in:
parent
8900f96ce7
commit
df47ffb013
@ -156,7 +156,7 @@ struct VideoPlayerView: View {
|
||||
.persistentSystemOverlays(!fullScreenPlayer)
|
||||
#endif
|
||||
#if os(macOS)
|
||||
.frame(minWidth: 1100, minHeight: 700)
|
||||
.frame(minWidth: playerSidebar != .never ? 1100 : 650, minHeight: 700)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user