summaryrefslogtreecommitdiff
path: root/Sora/Views/SettingsView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-19 04:44:47 -0800
committerFuwn <[email protected]>2025-02-19 04:44:47 -0800
commitf10eb688159b2e714aec4375a0d228de03f76b30 (patch)
tree53a5fae5bea3ef1befb923c44dc3a71efeb6b819 /Sora/Views/SettingsView.swift
parentfeat: Development commit (diff)
downloadsora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.tar.xz
sora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.zip
feat: Development commit
Diffstat (limited to 'Sora/Views/SettingsView.swift')
-rw-r--r--Sora/Views/SettingsView.swift4
1 files changed, 4 insertions, 0 deletions
diff --git a/Sora/Views/SettingsView.swift b/Sora/Views/SettingsView.swift
index d375712..59685a5 100644
--- a/Sora/Views/SettingsView.swift
+++ b/Sora/Views/SettingsView.swift
@@ -15,6 +15,10 @@ struct SettingsView: View {
Section(header: Text("Search")) {
SettingsSearchView()
}
+
+ Section(header: Text("Attributions")) {
+ SettingsAttributionsView()
+ }
}
}
.navigationTitle("Settings")