Commit b9a28bc
committed
Skip stale PID dialog on macOS
The Sys_Dialog call that prompts about safe video settings after an
abnormal exit uses NSAlert on macOS, which can block indefinitely when
called before the window server connection is fully established. This
leaves the process hung with no visible UI. Skip the dialog on macOS
while preserving it on other platforms.1 parent 656aca0 commit b9a28bc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2773 | 2773 | | |
2774 | 2774 | | |
2775 | 2775 | | |
2776 | | - | |
| 2776 | + | |
2777 | 2777 | | |
2778 | 2778 | | |
2779 | 2779 | | |
| |||
0 commit comments