mirror of
https://github.com/yattee/yattee.git
synced 2025-11-16 06:58:43 +00:00
Hide orientation lock controls on iPad
The orientation lock feature is not applicable on iPad devices, so the lock orientation button and settings are now hidden when running on iPad.
This commit is contained in:
@@ -333,7 +333,7 @@ struct PlayerControls: View {
|
||||
|
||||
pipButton
|
||||
#if os(iOS)
|
||||
if playerControlsLockOrientationEnabled {
|
||||
if playerControlsLockOrientationEnabled, !Constants.isIPad {
|
||||
lockOrientationButton
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user