-
Notifications
You must be signed in to change notification settings - Fork 18
Add Launch at Login setting #43
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
There is currently no way to configure TokenEater to start automatically when the user logs in. Users have to manually open the app after each reboot.
Expected behavior
- Add a "Launch at Login" toggle in the settings section
- When enabled, TokenEater starts automatically on macOS login
- When disabled, the app does not auto-start
Implementation notes
- Use
SMAppService.mainApp(ServiceManagement framework) for modern macOS launch-at-login support - This is the recommended approach for sandboxed apps on macOS 13+
- No helper app or Login Items plist needed with
SMAppService - Persist the user's preference and reflect the actual system state in the toggle
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request