webtorrent/webtorrent-desktop
Ver no GitHubConsider using app.setLoginItemSettings(settings) API instead of auto-launch
Open
#1.135 aberto em 15 de fev. de 2017
acceptedenhancementgood first contributionhelp wanted
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.