tauri/.changes/simplify-window-creation.md

6 lines
177 B
Markdown
Raw Normal View History

---
"tauri-runtime-wry": minor
---
Use a random window id instead of `tao::window::WindowId` to not block the thread waiting for the event loop to process the window creation.