mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 07:31:52 +03:00
* feat(core): add `WindowEvent::FileDrop`, closes #3664 * refactor(core): use the event loop proxy to send updater events * simplify generics with user event trait * fix tray impl
7 lines
122 B
Markdown
7 lines
122 B
Markdown
---
|
|
"tauri-runtime": minor
|
|
"tauri-runtime-wry": minor
|
|
---
|
|
|
|
Allow specifying a user event type for the event loop message.
|