mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
change default minWidth with hidden sidebar
This commit is contained in:
@@ -156,7 +156,7 @@ struct VideoPlayerView: View {
|
|||||||
.persistentSystemOverlays(!fullScreenPlayer)
|
.persistentSystemOverlays(!fullScreenPlayer)
|
||||||
#endif
|
#endif
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
.frame(minWidth: 1100, minHeight: 700)
|
.frame(minWidth: playerSidebar != .never ? 1100 : 650, minHeight: 700)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user