mirror of
https://github.com/yattee/yattee.git
synced 2025-11-16 06:58:43 +00:00
Improve iPad UI behavior and settings layout
- Fix status bar visibility on iPad to respect window fullscreen state - Adjust settings view minimum heights for better content display
This commit is contained in:
@@ -412,7 +412,7 @@ struct VideoPlayerView: View {
|
||||
if !newValue { player.controls.hideOverlays() }
|
||||
}
|
||||
#if os(iOS)
|
||||
.statusBar(hidden: fullScreenPlayer)
|
||||
.statusBar(hidden: Constants.isIPad ? Constants.isWindowFullscreen : fullScreenPlayer)
|
||||
.backport
|
||||
.toolbarBackground(colorScheme == .light ? .white : .black)
|
||||
.backport
|
||||
|
||||
Reference in New Issue
Block a user