mirror of
https://github.com/yattee/yattee.git
synced 2025-01-24 05:37:49 +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)
|
.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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user