mirror of
https://github.com/yattee/yattee.git
synced 2026-05-14 03:15:03 +00:00
Force plain list style on tvOS and hide setting from appearance
Inset/grouped list style doesn't work well with tvOS focus effects. Always return .plain on tvOS and hide the list style picker from appearance settings.
This commit is contained in:
@@ -29,7 +29,9 @@ struct AppearanceSettingsView: View {
|
||||
#endif
|
||||
|
||||
// List style section
|
||||
#if !os(tvOS)
|
||||
ListStyleSection(settings: settings)
|
||||
#endif
|
||||
|
||||
// Thumbnail section
|
||||
ThumbnailSection(settings: settings)
|
||||
|
||||
Reference in New Issue
Block a user