mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-16 23:22:26 +03:00
5d538ec27c
* 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
125 B
Markdown
7 lines
125 B
Markdown
---
|
|
"tauri-runtime": minor
|
|
"tauri-runtime-wry": minor
|
|
---
|
|
|
|
Added `create_proxy` to the `Runtime` and `RuntimeHandle` traits.
|