tauri/.changes/exit-requested-event.md
Wouter Buckens 892c63a053
feat(#2287): Add ExitRequested event to let users prevent app from exiting (#2293)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-08-08 21:12:32 -03:00

8 lines
234 B
Markdown

---
"tauri": patch
"tauri-runtime": patch
"tauri-runtime-wry": patch
---
Add `ExitRequested` event that allows preventing the app from exiting when all windows are closed, and an `AppHandle.exit()` function to exit the app manually.