sindresorhus / LaunchAtLogin-Legacy

Add “Launch at Login” functionality to your macOS app in seconds
MIT License
1.55k stars 122 forks source link

Detect manual launch attempt by user #72

Closed frogg closed 2 years ago

frogg commented 2 years ago

Is it possible to detect if the user manually attempts to launch the app (e.g. via Applications folder, or if the icon is visible in dock)?

My idea is, that I want to open some settings panel if that happens, even if the app is actually already running (e.g., in the menu bar).

sindresorhus commented 2 years ago

Duplicate of #33