From f10eb688159b2e714aec4375a0d228de03f76b30 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 19 Feb 2025 04:44:47 -0800 Subject: feat: Development commit --- Sora/Views/SettingsView.swift | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Sora/Views/SettingsView.swift') 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") -- cgit v1.2.3