tauri-apps / tray-icon

Tray icons for Desktop Applications.
Apache License 2.0
183 stars 27 forks source link

Support template icon on macOS #142

Closed xiaozhuai closed 2 months ago

xiaozhuai commented 2 months ago

macOS can set a mask for template icon.

Qt support the following usage.

QIcon icon(":/darwin/tray_icon.png");
icon.setIsMask(true);

Please support this feature.

xiaozhuai commented 2 months ago

Em... I find it already supported.