Skip to content

Commit

Permalink
tvOS: remove duplciate showRecentlyAdded
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Kribs committed Aug 26, 2024
1 parent 4bdc742 commit 2dc99b1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ struct CustomizeViewsSettings: View {
Toggle(L10n.randomImage, isOn: $libraryRandomImage)

Toggle(L10n.showFavorites, isOn: $showFavorites)

Toggle(L10n.showRecentlyAdded, isOn: $showRecentlyAdded)
}

CustomizeHomeSection()
Expand Down

0 comments on commit 2dc99b1

Please sign in to comment.