diff options
Diffstat (limited to 'Jel/Views/ContentView.swift')
-rw-r--r-- | Jel/Views/ContentView.swift | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/Jel/Views/ContentView.swift b/Jel/Views/ContentView.swift index 700f2a2..6c5ec59 100644 --- a/Jel/Views/ContentView.swift +++ b/Jel/Views/ContentView.swift @@ -25,19 +25,9 @@ struct ContentView: View { } } } - .preferredColorScheme({ - switch settingsController.appearance { - case .dark: - return ColorScheme.dark - case .light: - return ColorScheme.light - case .automatic: - return .none - } - }()) } } -#Preview { - ContentView() -} +//#Preview { +// ContentView() +//} |