joal-desktop
joal-desktop copied to clipboard
Cannot be started minimized on Windows
I would like to start Joal Desktop minimized at Windows startup but it seems not possible. I am currently using the joal CLI application with this command.
Start-Process "java.exe" -ArgumentList "-jar `"$env:LOCALAPPDATA\Programs\joal\jack-of-all-trades-2.1.24.jar`" --joal-conf=`"$env:LOCALAPPDATA\Programs\joal\joal-conf`" --spring.main.web-environment=true --server.port=9080 --joal.ui.path.prefix=`"aaabbbcccdddeee`" --joal.ui.secret-token=`"abcde`"" -WindowStyle Minimized
But it would be great to make this possible for the desktop application as well. ;)
Nice idea indeed.
I'll try to implement that for the next version
Any update on @anthonyraymond
@rajeevverma076 i'm rewriting the program from scratch, but i will take some time :)
Will be a great improvement. Thanks