diff options
| author | Fuwn <[email protected]> | 2025-02-25 00:02:22 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-25 00:02:22 -0800 |
| commit | 9b72faf4cdb95d2993a1de8f105a3703ff7f896c (patch) | |
| tree | 372ddfd4656920aca6bfb98b6ec970e7843e1462 /Sora/Views/Settings/SettingsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-9b72faf4cdb95d2993a1de8f105a3703ff7f896c.tar.xz sora-testing-9b72faf4cdb95d2993a1de8f105a3703ff7f896c.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings/SettingsView.swift')
| -rw-r--r-- | Sora/Views/Settings/SettingsView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Sora/Views/Settings/SettingsView.swift b/Sora/Views/Settings/SettingsView.swift index 02f9e34..a0eba01 100644 --- a/Sora/Views/Settings/SettingsView.swift +++ b/Sora/Views/Settings/SettingsView.swift @@ -43,4 +43,5 @@ struct SettingsView: View { #Preview { SettingsView() .environmentObject(Settings()) + .environmentObject(BooruManager(.yandere)) } |