Fix Tools on macOS
This commit is contained in:
@@ -80,7 +80,9 @@ public func FormItem(_ title: String, @ViewBuilder content: () -> some View) ->
|
||||
.layoutPriority(1)
|
||||
}
|
||||
#elseif os(macOS)
|
||||
LabeledContent(title) {
|
||||
content()
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@@ -30,5 +30,7 @@
|
||||
<true/>
|
||||
<key>com.apple.security.device.camera</key>
|
||||
<true/>
|
||||
<key>com.apple.security.network.server</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user