Add setting "Close player when closing video"

This commit is contained in:
Arkadiusz Fal
2022-08-07 13:15:27 +02:00
parent ed3abbea21
commit a2e2702ca1
6 changed files with 26 additions and 15 deletions

View File

@@ -113,7 +113,6 @@ struct ControlsBar: View {
Button {
model.closeCurrentItem()
model.closePiP()
} label: {
Label("Close Video", systemImage: "xmark")
.padding(.vertical, 10)