mirror of
https://github.com/yattee/yattee.git
synced 2026-06-27 17:14:19 +00:00
Restrict swipe actions to iOS
This commit is contained in:
@@ -196,11 +196,13 @@ private struct VideoActionsSection: View {
|
||||
}
|
||||
}
|
||||
|
||||
#if os(iOS)
|
||||
NavigationLink {
|
||||
SwipeActionsSettingsView()
|
||||
} label: {
|
||||
Label(String(localized: "settings.appearance.swipeActions"), systemImage: "hand.draw")
|
||||
}
|
||||
#endif
|
||||
} header: {
|
||||
Text(String(localized: "settings.videoActions.header"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user