mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Remove tvOS close button from MPV debug stats overlay
Menu remote already dismisses the overlay via TVPlayerView's exit command handler, so the in-overlay close button is redundant.
This commit is contained in:
@@ -286,8 +286,7 @@ struct TVPlayerView: View {
|
||||
MPVDebugOverlay(
|
||||
stats: debugStats,
|
||||
isVisible: $isDebugOverlayVisible,
|
||||
isLandscape: true,
|
||||
onClose: { hideDebugOverlay() }
|
||||
isLandscape: true
|
||||
)
|
||||
.transition(.opacity.combined(with: .scale(scale: 0.95)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user