This commit is contained in:
Ethan Pippin 2022-01-12 13:21:31 -07:00
parent 5e9d3a1c9c
commit 2d16b2886b
11 changed files with 143 additions and 145 deletions

View File

@ -91,9 +91,7 @@ struct CinematicItemViewTopRow: View {
Label(L10n.playFromBeginning, systemImage: "gobackward") Label(L10n.playFromBeginning, systemImage: "gobackward")
} }
Button(role: .cancel) { Button(role: .cancel) {} label: {
} label: {
L10n.cancel.text L10n.cancel.text
} }
} }