diff options
| author | Fuwn <[email protected]> | 2025-02-19 04:44:47 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-19 04:44:47 -0800 |
| commit | f10eb688159b2e714aec4375a0d228de03f76b30 (patch) | |
| tree | 53a5fae5bea3ef1befb923c44dc3a71efeb6b819 /Sora/Views/SettingsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.tar.xz sora-testing-f10eb688159b2e714aec4375a0d228de03f76b30.zip | |
feat: Development commit
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") |