diff options
Diffstat (limited to 'Sora/Views/SettingsView.swift')
| -rw-r--r-- | Sora/Views/SettingsView.swift | 4 |
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") |