We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Depending whether app was started by the user or autostart I would like either open GUI or minimize the app.
Is there any way to programmatically detect that?
Partially related to: #22
The text was updated successfully, but these errors were encountered:
Depending whether app was started by the user or autostart I would like either open GUI or minimize the app. Is there any way to programmatically detect that? Partially related to: #22
hey, do you have any solution now. I am facing same situation. Expect for your answer.
Sorry, something went wrong.
Try adding an argument like --launched-from-shortcut in the desktop shorcut Exec command and then read arguments from your main(List<String> args)
main(List<String> args)
No branches or pull requests
Depending whether app was started by the user or autostart I would like either open GUI or minimize the app.
Is there any way to programmatically detect that?
Partially related to: #22
The text was updated successfully, but these errors were encountered: