fix(windows): emit LoopDestroyed on WM_ENDSESSION#1126
fix(windows): emit LoopDestroyed on WM_ENDSESSION#1126Legend-Master merged 1 commit intotauri-apps:devfrom
Conversation
Package Changes Through 4820bcaThere are 1 changes which include tao with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
I have no idea why the miri test is failing and it seems to fail on commits that were quite a long ago, there's no traceback or function location info either |
|
@lucasfernog should I merge this one? (didn't have the permission 2 days ago, wondering if you meant to delay it or let me merge it myselves) |
|
I gave you the permissions earlier today btw, welcome to the webview team 😅 |
Merging this for now, we can always revert if that's not what you want |
Reference: #1115
Emit
Event::LoopDestroyedon receivingWM_ENDSESSIONmessage on WindowsPreviously, we run the default
DefSubclassProchere which will also return0and causing the app to terminate without a chance to save its states onEvent::LoopDestroyed