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
mli load takes a long time if there are many Login Items in login_items.json because Add() just loops the Login Items array ([]*loginItem).
So it should load parallelly to speed up.
✏️ Describe the feature
mli load
takes a long time if there are many Login Items inlogin_items.json
becauseAdd()
just loops the Login Items array ([]*loginItem
).So it should load parallelly to speed up.
mli/lib/oascript.go
Lines 46 to 59 in fd914ba
✔︎ Confirm these checks
🗒️ Additional Information
No response
The text was updated successfully, but these errors were encountered: