diff options
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 c658775..e1bf2a9 100644 --- a/Sora/Views/SettingsView.swift +++ b/Sora/Views/SettingsView.swift @@ -5,6 +5,10 @@ struct SettingsView: View { var body: some View { Form { + Section(header: Text("Source")) { + SettingsSourceView() + } + Section(header: Text("Thumbnails")) { SettingsThumbnailsView() } |