lint
This commit is contained in:
parent
5e9d3a1c9c
commit
2d16b2886b
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue