mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
change default minWidth with hidden sidebar
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user