mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Change to set preferredColorScheme to nil which should make it automatic again (but doesn't)
This commit is contained in:
@@ -204,7 +204,7 @@ struct PreferredColorSchemeModifier: ViewModifier {
|
||||
func body(content: Content) -> some View {
|
||||
switch preferredColorScheme {
|
||||
case .automatic:
|
||||
content
|
||||
content.preferredColorScheme(nil)
|
||||
case .dark:
|
||||
content.preferredColorScheme(.dark)
|
||||
case .light:
|
||||
|
||||
Reference in New Issue
Block a user