-
Notifications
You must be signed in to change notification settings - Fork 276
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
Conditional jigsaw flags support #826
Conversation
On Windows 10, AOJDK16, using this installer I am unable to interact with the tray icon. I don't see the
|
Right, because on Mac and Linux, those are added by the shell script launcher, which is done a bit differently (and thus silent) on Windows. Mac/Linux: (i.e. tray/ant/unix/unix-launcher.sh.in Lines 94 to 96 in e02003f
Windows: (i.e. tray/ant/windows/windows-launcher.nsi.in Lines 46 to 49 in e02003f
Thanks, I must have made a mistake somewhere for the Windows launcher, checking now... |
This patch worked. I was testing via the
This is ready to merge.
|
Re-ables dark mode on JDK16+ since #822
Closes #824