Fix button

This commit is contained in:
Arkadiusz Fal 2022-12-21 00:31:00 +01:00
parent 53092e48cf
commit a73ea78edf

View File

@ -24,7 +24,7 @@ struct QueueView: View {
.opacity(items.count > 1 ? 1 : 0)
}
}
.disabled(items.count < 2)
.buttonStyle(.plain)
ForEach(limitedItems) { item in
ContentItemView(item: .init(video: item.video))