mirror of
https://github.com/yattee/yattee.git
synced 2025-12-01 13:48:14 +00:00
Layout fixes
This commit is contained in:
@@ -44,7 +44,7 @@ struct PlayerControls: View {
|
||||
buttonsBar
|
||||
|
||||
HStack {
|
||||
if !player.currentVideo.isNil, player.playingFullScreen {
|
||||
if !player.currentVideo.isNil, fullScreenLayout {
|
||||
Button {
|
||||
withAnimation(Self.animation) {
|
||||
model.presentingDetailsOverlay = true
|
||||
|
||||
Reference in New Issue
Block a user