From 617370e834db97c2c6ce5c5bbd3825fcad013b7f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 21 Feb 2025 01:53:31 -0800 Subject: feat: Development commit --- Sora/Views/SettingsView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Sora/Views/SettingsView.swift') diff --git a/Sora/Views/SettingsView.swift b/Sora/Views/SettingsView.swift index e1bf2a9..5a42cd1 100644 --- a/Sora/Views/SettingsView.swift +++ b/Sora/Views/SettingsView.swift @@ -5,8 +5,8 @@ struct SettingsView: View { var body: some View { Form { - Section(header: Text("Source")) { - SettingsSourceView() + Section(header: Text("Provider")) { + SettingsProviderView() } Section(header: Text("Thumbnails")) { -- cgit v1.2.3