-
Notifications
You must be signed in to change notification settings - Fork 237
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
Add option to start minimized #146
Conversation
Would be nice to also have this as an argument, like For now I'm using this script in autostart (on Linux) to start Wire minimized. |
I'm not entirely sure what the |
Come to think of it, my guess is that that flag is precisely for when you want Wire to launch on startup. 😌 |
Ha! There really is P.S. Then maybe it would be more clear to have both option and argument checked at once, like |
Thanks for the suggestion. It's addressed in the last couple of commits. |
Updated to include newer changes. |
Handled in #329 |
Adds a checkbox to the 'Window' menu to start the app in the tray (i.e. skip
main.show()
on startup.)This partially addresses #104.
I'm not sure what is going on in the Windows menu, so I didn't touch that, but I feel pretty confident about the code for macOS. Tried, tested and true on Linux, of course!