summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/Section/SettingsSectionThumbnailsView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-22 02:22:32 -0700
committerFuwn <[email protected]>2025-09-22 02:22:32 -0700
commit1d634eafc0c316e0a88d1e321a9025f1c944686a (patch)
tree673eca151426d0db04ab4cbb3ff10f9ed2a9c8df /Sora/Views/Settings/Section/SettingsSectionThumbnailsView.swift
parentfeat: Development commit (diff)
downloadsora-testing-1d634eafc0c316e0a88d1e321a9025f1c944686a.tar.xz
sora-testing-1d634eafc0c316e0a88d1e321a9025f1c944686a.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings/Section/SettingsSectionThumbnailsView.swift')
-rw-r--r--Sora/Views/Settings/Section/SettingsSectionThumbnailsView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sora/Views/Settings/Section/SettingsSectionThumbnailsView.swift b/Sora/Views/Settings/Section/SettingsSectionThumbnailsView.swift
index 27c4676..ddfbdcc 100644
--- a/Sora/Views/Settings/Section/SettingsSectionThumbnailsView.swift
+++ b/Sora/Views/Settings/Section/SettingsSectionThumbnailsView.swift
@@ -38,12 +38,12 @@ struct SettingsSectionThumbnailsView: View {
isShowingContentFiltering.toggle()
}
.sheet(isPresented: $isShowingContentFiltering) {
- SettingsContentRatingsView()
+ SettingsSectionContentRatingsView()
.frame(minHeight: 250)
}
.trailingFrame()
#else
- NavigationLink(destination: SettingsContentRatingsView()) {
+ NavigationLink(destination: SettingsSectionContentRatingsView()) {
Text("Content Filtering")
}
#endif