diff options
Diffstat (limited to 'Sora/Views/SettingsView.swift')
| -rw-r--r-- | Sora/Views/SettingsView.swift | 4 |
1 files changed, 2 insertions, 2 deletions
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")) { |