diff --git a/ApplicationLibrary/Views/Groups/GroupView.swift b/ApplicationLibrary/Views/Groups/GroupView.swift index 03b12a6..8d06140 100644 --- a/ApplicationLibrary/Views/Groups/GroupView.swift +++ b/ApplicationLibrary/Views/Groups/GroupView.swift @@ -132,7 +132,7 @@ public struct GroupView: View { #if os(iOS) return standardCount < 2 ? 2 : standardCount #elseif os(tvOS) - return Int(Int(geometryWidth) / 400) + return 4 #else return standardCount < 1 ? 1 : standardCount #endif diff --git a/SFT/MainView.swift b/SFT/MainView.swift index 88b4bf2..ab283aa 100644 --- a/SFT/MainView.swift +++ b/SFT/MainView.swift @@ -13,7 +13,6 @@ struct MainView: View { ForEach(NavigationPage.allCases, id: \.self) { page in NavigationStackCompat { page.contentView - .navigationTitle(page.title) .focusSection() } .tag(page)