mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
00e1567584
* 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.
|