From 6d32db67511ca83312d3f8dcd971e48b9b59c9e9 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 8 Jan 2024 12:57:25 -0500 Subject: Update itemView --- Jel/Views/Settings/SettingsView.swift | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'Jel/Views/Settings/SettingsView.swift') 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 @@ -43,12 +43,6 @@ struct SettingsView: View { Text("Current User") } - Section() { - AppearancePicker() - } header: { - Text("Accessibility") - } - Section() { NavigationLink { ConsoleView() @@ -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 - } - }()) } } } -- cgit v1.2.3