From e23a8714f6cdc1b55ef96f6bc0f024af049ce299 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 20 Feb 2025 19:33:19 -0800 Subject: feat: Development commit --- Sora/Views/SettingsView.swift | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Sora/Views/SettingsView.swift') 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() } -- cgit v1.2.3