qzind / tray

Browser plugin for sending documents and raw commands to a printer or attached device.

Home Page:https://qz.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color system tray icons on MacOS are broken

tresf opened this issue · comments

This predominantly breaks Company Branded builds which don't use QZ Tray's artwork.

It looks like we accidentally reverted this behavior in c0e20f3.

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 "$@"

Closed via 3b1d953. Note, Company Branded builds will still be wrong, we'll have to write a retroactive patch. Edit: Done, PR opened (private).