fix overflowing widget and also add network perms for mac

This commit is contained in:
zach
2026-01-02 15:32:46 -07:00
parent c44f0d1ae2
commit e3d7607db9
3 changed files with 18 additions and 9 deletions
+2
View File
@@ -8,6 +8,8 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.device.bluetooth</key>
<true/>
</dict>
+2
View File
@@ -4,6 +4,8 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.device.bluetooth</key>
<true/>
</dict>