We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444bd83 commit bfdf3d9Copy full SHA for bfdf3d9
ant/unix/unix-launcher.sh.in
@@ -125,7 +125,7 @@ fi
125
if command -v java &>/dev/null; then
126
echo -e "$ABOUT_TITLE is starting..."
127
if [[ "$OSTYPE" == "darwin"* ]]; then
128
- java $LAUNCH_OPTS -Xdock:name="$ABOUT_TITLE" -Xdock:icon="$DIR/../Resources/$PROPS_FILE.icns" -jar -Dapple.awt.UIElement="true" -Dapple.awt.enableTemplateImages="true" "$DIR/../Resources/${prefix}$PROPS_FILE.jar" -NSRequiresAquaSystemAppearance False "$@"
+ java $LAUNCH_OPTS -Xdock:name="$ABOUT_TITLE" -Xdock:icon="$DIR/../Resources/$PROPS_FILE.icns" -jar -Dapple.awt.UIElement="true" -Dapple.awt.enableTemplateImages="true" -Dapple.awt.application.appearance="system" "$DIR/../Resources/${prefix}$PROPS_FILE.jar" -NSRequiresAquaSystemAppearance False "$@"
129
else
130
java $LAUNCH_OPTS -jar "$PROPS_FILE.jar" "$@"
131
fi
0 commit comments