mirror of
https://github.com/yattee/yattee.git
synced 2026-06-07 07:14:20 +00:00
Hide Home shortcuts on tvOS
This commit is contained in:
@@ -31,8 +31,10 @@ struct HomeSettingsView: View {
|
||||
|
||||
var body: some View {
|
||||
List {
|
||||
#if !os(tvOS)
|
||||
shortcutsSection
|
||||
availableShortcutsSection
|
||||
#endif
|
||||
sectionsSection
|
||||
availableSectionsSection
|
||||
itemsLimitSection
|
||||
|
||||
Reference in New Issue
Block a user