Update files following swiftformat upgrade
This commit is contained in:
committed by
Stefan Ceriu
parent
2bb26efbe1
commit
04053ae69b
@@ -15,8 +15,13 @@ struct CompoundInspectorApp: App {
|
||||
@State private var colorScheme: ColorScheme = .light
|
||||
@State private var dynamicTypeSize: DynamicTypeSize = .large
|
||||
|
||||
private var isDark: Bool { colorScheme == .dark }
|
||||
private var preferredColorScheme: ColorScheme? { ProcessInfo.processInfo.isMacCatalystApp ? colorScheme : nil }
|
||||
private var isDark: Bool {
|
||||
colorScheme == .dark
|
||||
}
|
||||
|
||||
private var preferredColorScheme: ColorScheme? {
|
||||
ProcessInfo.processInfo.isMacCatalystApp ? colorScheme : nil
|
||||
}
|
||||
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
|
||||
Reference in New Issue
Block a user