Commit cea9590
committed
Fix pulse-and-reappear quit bug on macOS
Force a clean process exit when the user clicks close. Works around a
pywebview 6.2 + macOS 26 Tahoe interaction where the first close click
would only flash the window instead of fully quitting. The closing
event now calls os._exit(0) directly.1 parent e2d64ef commit cea9590
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
204 | 210 | | |
205 | 211 | | |
206 | 212 | | |
207 | 213 | | |
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
211 | | - | |
212 | | - | |
213 | | - | |
| |||
0 commit comments