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: command line flag to start minimized in tray. #36

Open
travisstaloch opened this issue Feb 17, 2020 · 1 comment
Open

Comments

@travisstaloch
Copy link

I am starting tuxclocker from an autostart .desktop launcher which shows the app when i login. I then have to close and click 'minimized' to keep the app running in the tray. I would like to be able to pass a command line argument maybe --tray or --minimized to make the app start out minimized in the tray.

@AlexVDem
Copy link

You can just put
w.hide();
after w.show(); in main.cpp, reassemble app and app will start minimizes always. This is my solution, works great!

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

2 participants