fn main() { if let Err(e) = peerspeak::app::run_gui() { eprintln!("Error running GUI: {:?}", e); } }