tauri-apps / tray-icon

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

missing TrayIconEvent::DoubleClick #173

Open Ludea opened 1 week ago

Ludea commented 1 week ago

There is such event on Tauri v1 https://docs.rs/tauri/1.6.8/tauri/enum.SystemTrayEvent.html#variant.DoubleClick, but not on v2.

Do you plan to support it ?