diff options
author | Shav Kinderlehrer <[email protected]> | 2023-12-15 11:06:36 -0500 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-12-15 11:06:36 -0500 |
commit | 62a8e5704edb604d41af34df7607adf6492ca855 (patch) | |
tree | d16acc439a63edc096e8abc22320f37e511d082f /Jel/Views/Settings/SettingsView.swift | |
parent | 2e3c12fed339c8bf3dc966217cbdf4c385fb98a1 (diff) | |
download | jel-62a8e5704edb604d41af34df7607adf6492ca855.tar.gz jel-62a8e5704edb604d41af34df7607adf6492ca855.zip |
Add blurHash + send passthrough to JellyfinClientController
Diffstat (limited to 'Jel/Views/Settings/SettingsView.swift')
-rw-r--r-- | Jel/Views/Settings/SettingsView.swift | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |