summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-05 04:32:53 -0800
committerFuwn <[email protected]>2025-03-05 04:32:53 -0800
commit5cb17a44328d332409ac4b0ed1a19d03ca0b4826 (patch)
treeda64e18036f5081bb157577912143c777362e194
parentfeat: Development commit (diff)
downloadsora-testing-5cb17a44328d332409ac4b0ed1a19d03ca0b4826.tar.xz
sora-testing-5cb17a44328d332409ac4b0ed1a19d03ca0b4826.zip
feat: Development commit
-rw-r--r--Sora/Views/Settings/Section/SettingsThumbnailsView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Settings/Section/SettingsThumbnailsView.swift b/Sora/Views/Settings/Section/SettingsThumbnailsView.swift
index e7bb520..5378165 100644
--- a/Sora/Views/Settings/Section/SettingsThumbnailsView.swift
+++ b/Sora/Views/Settings/Section/SettingsThumbnailsView.swift
@@ -29,7 +29,7 @@ struct SettingsThumbnailsView: View {
}
.sheet(isPresented: $isShowingContentFiltering) {
SettingsContentRatingsView()
- // .frame(minHeight: 250)
+ .frame(minHeight: 250)
}
.frame(maxWidth: .infinity, alignment: .trailing)
#else