summaryrefslogtreecommitdiff
path: root/Jel/Views/Settings/SettingsView.swift
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2024-01-08 12:57:25 -0500
committerShav Kinderlehrer <[email protected]>2024-01-08 12:57:25 -0500
commit6d32db67511ca83312d3f8dcd971e48b9b59c9e9 (patch)
treef869957a11328a4412c45bee40d8ad283f0c06f5 /Jel/Views/Settings/SettingsView.swift
parentca47292e3d2ebb5024c8c9ebbe8211f2779a4a81 (diff)
downloadjel-6d32db67511ca83312d3f8dcd971e48b9b59c9e9.tar.gz
jel-6d32db67511ca83312d3f8dcd971e48b9b59c9e9.zip
Update itemView
Diffstat (limited to 'Jel/Views/Settings/SettingsView.swift')
-rw-r--r--Jel/Views/Settings/SettingsView.swift16
1 files changed, 0 insertions, 16 deletions
diff --git a/Jel/Views/Settings/SettingsView.swift b/Jel/Views/Settings/SettingsView.swift
index 174573d..cff1fc3 100644
--- a/Jel/Views/Settings/SettingsView.swift
+++ b/Jel/Views/Settings/SettingsView.swift
@@ -44,12 +44,6 @@ struct SettingsView: View {
}
Section() {
- AppearancePicker()
- } header: {
- Text("Accessibility")
- }
-
- Section() {
NavigationLink {
ConsoleView()
.closeButtonHidden()
@@ -72,16 +66,6 @@ struct SettingsView: View {
}
}
}
- .preferredColorScheme({
- switch settingsController.appearance {
- case .dark:
- return ColorScheme.dark
- case .light:
- return ColorScheme.light
- case .automatic:
- return .none
- }
- }())
}
}
}