summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/SettingsView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-25 00:02:22 -0800
committerFuwn <[email protected]>2025-02-25 00:02:22 -0800
commit9b72faf4cdb95d2993a1de8f105a3703ff7f896c (patch)
tree372ddfd4656920aca6bfb98b6ec970e7843e1462 /Sora/Views/Settings/SettingsView.swift
parentfeat: Development commit (diff)
downloadsora-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.swift1
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))
}