diff options
| author | Fuwn <[email protected]> | 2025-02-21 01:53:31 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-21 01:53:35 -0800 |
| commit | 617370e834db97c2c6ce5c5bbd3825fcad013b7f (patch) | |
| tree | 8d20d45c0cb1169d8c08509e106d0d57b0d71c72 /Sora/Views/SettingsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-617370e834db97c2c6ce5c5bbd3825fcad013b7f.tar.xz sora-testing-617370e834db97c2c6ce5c5bbd3825fcad013b7f.zip | |
feat: Development commit
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")) { |