diff options
| author | Fuwn <[email protected]> | 2025-02-20 19:33:19 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-20 19:33:19 -0800 |
| commit | e23a8714f6cdc1b55ef96f6bc0f024af049ce299 (patch) | |
| tree | 8496471c3e0a455dc0d0c5c16a3c03964509934e /Sora/Views/SettingsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-e23a8714f6cdc1b55ef96f6bc0f024af049ce299.tar.xz sora-testing-e23a8714f6cdc1b55ef96f6bc0f024af049ce299.zip | |
feat: Development commit
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() } |