mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
892c63a053
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
8 lines
234 B
Markdown
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.
|