summaryrefslogtreecommitdiff
path: root/Jel/Views/Settings
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-12-15 11:06:36 -0500
committerShav Kinderlehrer <[email protected]>2023-12-15 11:06:36 -0500
commit62a8e5704edb604d41af34df7607adf6492ca855 (patch)
treed16acc439a63edc096e8abc22320f37e511d082f /Jel/Views/Settings
parent2e3c12fed339c8bf3dc966217cbdf4c385fb98a1 (diff)
downloadjel-62a8e5704edb604d41af34df7607adf6492ca855.tar.gz
jel-62a8e5704edb604d41af34df7607adf6492ca855.zip
Add blurHash + send passthrough to JellyfinClientController
Diffstat (limited to 'Jel/Views/Settings')
-rw-r--r--Jel/Views/Settings/SettingsView.swift4
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 {