diff options
Diffstat (limited to 'Jel/Views/Settings/SettingsView.swift')
-rw-r--r-- | Jel/Views/Settings/SettingsView.swift | 16 |
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 - } - }()) } } } |