Fix Tools on macOS

This commit is contained in:
世界
2026-04-20 05:27:16 +08:00
parent 3d76b89245
commit f97fea7d48
2 changed files with 5 additions and 1 deletions
@@ -80,7 +80,9 @@ public func FormItem(_ title: String, @ViewBuilder content: () -> some View) ->
.layoutPriority(1)
}
#elseif os(macOS)
content()
LabeledContent(title) {
content()
}
#endif
}
+2
View File
@@ -30,5 +30,7 @@
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>