From 62a8e5704edb604d41af34df7607adf6492ca855 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Fri, 15 Dec 2023 11:06:36 -0500 Subject: Add blurHash + send passthrough to JellyfinClientController --- Jel/Views/Settings/SettingsView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Jel/Views/Settings') diff --git a/Jel/Views/Settings/SettingsView.swift b/Jel/Views/Settings/SettingsView.swift index 6eaa2e2..676b977 100644 --- a/Jel/Views/Settings/SettingsView.swift +++ b/Jel/Views/Settings/SettingsView.swift @@ -17,8 +17,10 @@ struct SettingsView: View { var body: some View { NavigationStack { Form { - Section { + Section() { AppearancePicker() + } header: { + Text("Accessibility") } Section { -- cgit v1.2.3