-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Auto-start toggle #4
Comments
Great idea! That gets me thinking about perhaps the ability to minimize to tray in Windows as well. As far as implementation, it also appears electron has an API for this: https://electron.atom.io/docs/api/app/#appsetloginitemsettingssettings-macos-windows Will dig deeper on this this weekend on this for sure. |
Was just going to request minimize to tray in Windows but it looks like you have it covered. Thanks |
Would love to have it start in the tray! |
Minimizing to the tray is in the latest release, v0.1.0 As far as auto-start, I would definitely like to bring that in and with the other requests people are making, it seems like we need an interface for setting preferences, which would include this. Still on my to-do list for sure. |
I can take a look at implementing auto-start this week if it hasn't been started already. |
@chrisknepper I started reading about |
If this feature is not implemented, and you use Windows, you can put a shortcut here: |
Would love the "start with Windows minimized to tray" feature! |
It would be convenient to have an option to auto-start this electron app on login/startup. The auto-launch npm package is a neat method of implementation that is compatible with Windows, MacOS, and Linux.
The text was updated successfully, but these errors were encountered: