Add option to start minimized#146
Add option to start minimized#146ConorIA wants to merge 10 commits intowireapp:masterfrom ConorIA:startMini
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!