tauri-apps / tray-icon

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

fix(macOS): return the correct tray icon size #134

Closed pronebird closed 2 months ago

pronebird commented 2 months ago

I assume by mistake, the size of tray icon on macOS is filled with frame position instead of frame size. This PR fixes this.

Fixes #133