Add setting "Close player when closing video"

This commit is contained in:
Arkadiusz Fal
2022-08-07 13:15:27 +02:00
parent d0e3839040
commit 8e2c30bf00
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)