diff --git a/bin/host/src-tauri/src/main.rs b/bin/host/src-tauri/src/main.rs index 065a16a..b51f01b 100644 --- a/bin/host/src-tauri/src/main.rs +++ b/bin/host/src-tauri/src/main.rs @@ -756,7 +756,7 @@ fn service_status( }; let pid = slot.as_ref().map(|managed| managed.child.id()); - let (healthy, ping_ms) = if matches!(kind, ServiceKind::Icom) { + let (healthy, ping_ms) = if matches!(kind, ServiceKind::Icom | ServiceKind::Arma) { if running { (true, Some(0)) } else {