mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 04:03:52 +03:00
cbe3bd80d8
* fix(api): convert `Position` to `PhsyicalPosition` for `TrayIconEvent` ref: https://github.com/tauri-apps/plugins-workspace/pull/1822#issuecomment-2365442240 * fix lint * Add missing `doubleClick` event type * change file * update lockfile * Update .changes/api-tray-icon-event-value-mismatch-type.md [skip ci] --------- Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
135 B
135 B
@tauri-apps/api |
---|
patch:bug |
Add missing TrayIconDoubleClickEvent
type and doubleClick
variant in TrayIconEvent
type.