mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix button
This commit is contained in:
@@ -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))
|
||||||
|
Reference in New Issue
Block a user