summaryrefslogtreecommitdiff
path: root/Jel/Views/ContentView.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/ContentView.swift
parentca47292e3d2ebb5024c8c9ebbe8211f2779a4a81 (diff)
downloadjel-6d32db67511ca83312d3f8dcd971e48b9b59c9e9.tar.gz
jel-6d32db67511ca83312d3f8dcd971e48b9b59c9e9.zip
Update itemView
Diffstat (limited to 'Jel/Views/ContentView.swift')
-rw-r--r--Jel/Views/ContentView.swift16
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()
+//}