Skip to content

Change Mac Menu Icon to Template Image type

Eddie Wang requested to merge tray-template into master

Fixes #792 (closed)

On dark mode, the tray icon appears as black. By using the xxxTemplate.png identifier, Electron can adapt in dark mode like so: image

https://github.com/electron/electron/blob/master/docs/api/native-image.md#template-image

Merge request reports