tauri-apps / tray-icon

Tray icons for Desktop Applications.
Apache License 2.0
211 stars 29 forks source link

fix(windows): tray icon rect scaled by dpi #164

Closed Legend-Master closed 4 months ago

Legend-Master commented 4 months ago

Shell_NotifyIconGetRect returns physical bounding rect not logical

Not sure but I think https://github.com/tauri-apps/tauri/issues/9868 is related