You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that disableLoginItems was added in the following commit, but there hasn't been an accompanying function for it. I searched google for the command/function and nothing shows up. eb91b57
The function left unimplemented so that it would throw an error until this is implemented thus fixing it?
We currently still need to support to enable/disable login items in Ventura.
This would work by:
<key>NAME</key>\n<true/>
to disable.<key>NAME</key>\n<false/>
to disable.The text was updated successfully, but these errors were encountered: