mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 10:25:02 +00:00
Hide link action, clipboard, and handoff settings on tvOS
These features are not available on Apple TV: clipboard monitoring, default link action (no tap/share), and Handoff continuity.
This commit is contained in:
@@ -19,15 +19,17 @@ struct LayoutNavigationSettingsView: View {
|
||||
#endif
|
||||
#if !os(tvOS)
|
||||
VideoActionsSection(settings: settings)
|
||||
#endif
|
||||
LinkActionSection(settings: settings)
|
||||
ClipboardSection(settings: settings)
|
||||
#endif
|
||||
#if os(iOS)
|
||||
if #available(iOS 26, *) {
|
||||
MiniPlayerMinimizeBehaviorSection(settings: settings)
|
||||
}
|
||||
#endif
|
||||
#if !os(tvOS)
|
||||
HandoffSection(settings: settings)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#if !os(tvOS)
|
||||
|
||||
Reference in New Issue
Block a user