diff options
| author | Fuwn <[email protected]> | 2025-02-27 20:52:34 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-27 20:52:34 -0800 |
| commit | bcf51684c9f2346597bfc11d6de47f682c14e416 (patch) | |
| tree | c70d8cd5fc396470aa37f390290590d20e1b6787 /Sora/Views/Settings/Section/SettingsContentRatingsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-bcf51684c9f2346597bfc11d6de47f682c14e416.tar.xz sora-testing-bcf51684c9f2346597bfc11d6de47f682c14e416.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings/Section/SettingsContentRatingsView.swift')
| -rw-r--r-- | Sora/Views/Settings/Section/SettingsContentRatingsView.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Sora/Views/Settings/Section/SettingsContentRatingsView.swift b/Sora/Views/Settings/Section/SettingsContentRatingsView.swift index 7053481..39524ec 100644 --- a/Sora/Views/Settings/Section/SettingsContentRatingsView.swift +++ b/Sora/Views/Settings/Section/SettingsContentRatingsView.swift @@ -1,7 +1,7 @@ import SwiftUI struct SettingsContentRatingsView: View { - @EnvironmentObject var settings: Settings + @EnvironmentObject var settings: SettingsManager var body: some View { List { @@ -70,5 +70,5 @@ struct SettingsContentRatingsView: View { #Preview { SettingsContentRatingsView() - .environmentObject(Settings()) + .environmentObject(SettingsManager()) } |