webtorrent/webtorrent-desktop

Consider using app.setLoginItemSettings(settings) API instead of auto-launch

Open

#1,135 opened on Feb 15, 2017

View on GitHub
 (2 comments) (6 reactions) (0 assignees)JavaScript (1,055 forks)batch import
acceptedenhancementgood first contributionhelp wanted

Repository metrics

Stars
 (9,423 stars)
PR merge metrics
 (Avg merge 1m) (5 merged PRs in 30d)

Description

Electron offers an official API for setting the app to start at login. Let's consider using it instead of auto-launch on Windows and Mac.

http://electron.atom.io/docs/api/app/#appsetloginitemsettingssettings-macos-windows

We may need to keep auto-launch around for Linux users.

Contributor guide