mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 02:45:03 +00:00
Restrict swipe actions to iOS
This commit is contained in:
@@ -67,7 +67,7 @@ struct QueueItemRow: View {
|
||||
.contentShape(Rectangle())
|
||||
}
|
||||
.buttonStyle(.plain)
|
||||
#if !os(tvOS)
|
||||
#if os(iOS)
|
||||
.swipeActions(edge: .trailing, allowsFullSwipe: true) {
|
||||
Button(role: .destructive) {
|
||||
onRemove()
|
||||
|
||||
Reference in New Issue
Block a user