mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* refactor(core): exit() and restart() triggers ExitRequested and Exit * update docs * update doc
6 lines
189 B
Markdown
6 lines
189 B
Markdown
---
|
|
"tauri": patch:breaking
|
|
---
|
|
|
|
`AppHandle::exit` and `AppHandle::restart` now go triggers `RunEvent::ExitRequested` and `RunEvent::Exit` and cannot be executed on the event loop handler.
|