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
189 B
189 B
tauri
| 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.