show_fatal_dialog

Function show_fatal_dialog 

Source
pub(crate) fn show_fatal_dialog(title: &str, body: &str)
Expand description

Show a modal error dialog before the launcher exits. Used for genuine bind failures (NOT the “already running” path — that silently forwards via forward_open_new_window). Without this, the launcher exit is silent (it has the windows subsystem in release, so eprintln! goes nowhere).