mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Fix button
This commit is contained in:
parent
53092e48cf
commit
a73ea78edf
@ -24,7 +24,7 @@ struct QueueView: View {
|
|||||||
.opacity(items.count > 1 ? 1 : 0)
|
.opacity(items.count > 1 ? 1 : 0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.disabled(items.count < 2)
|
.buttonStyle(.plain)
|
||||||
|
|
||||||
ForEach(limitedItems) { item in
|
ForEach(limitedItems) { item in
|
||||||
ContentItemView(item: .init(video: item.video))
|
ContentItemView(item: .init(video: item.video))
|
||||||
|
Loading…
Reference in New Issue
Block a user