Skip to content
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

Open
Soleedus opened this issue Jun 25, 2018 · 9 comments
Open

Feature request: Auto-start toggle #4

Soleedus opened this issue Jun 25, 2018 · 9 comments

Comments

@Soleedus
Copy link

Soleedus commented Jun 25, 2018

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.

@chrisknepper
Copy link
Owner

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.

@Sleeepy2
Copy link

Was just going to request minimize to tray in Windows but it looks like you have it covered. Thanks

@jacob-swenson
Copy link
Contributor

Would love to have it start in the tray!

@chrisknepper
Copy link
Owner

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.

@ajivoin
Copy link
Contributor

ajivoin commented Jul 10, 2018

I can take a look at implementing auto-start this week if it hasn't been started already.
Maybe we can place it in the settings drop down until a more elegant settings menu is created?
Only potential issue I see is that the stock Electron implementation doesn't cover Linux.

@chrisknepper
Copy link
Owner

@ajivoin The third-party script auto-launch mentioned in the OP appears to support Linux for auto-starting.

My concern is how it would play with the "Open at Login" option present on macOS. This was referenced in #8 so it will definitely require a lot of testing.

@ajivoin
Copy link
Contributor

ajivoin commented Jul 10, 2018

@chrisknepper I started reading about auto-launch this evening. On macOS, it appears to add the application as a Login Item, the same way the user described in #8. I'll continue reading and work on implementing it if you're fine with adding the auto-launch dependency.

@innesst
Copy link

innesst commented Mar 8, 2019

If this feature is not implemented, and you use Windows, you can put a shortcut here:
shell:startup

@poweruser667
Copy link

poweruser667 commented Apr 7, 2019

Would love the "start with Windows minimized to tray" feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants