diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 83e09a0..f4d757f 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -5703,11 +5703,11 @@ export default function App() { // exactly when its CAT backend is. Yaesu was missing from this // list, so the panel fell back to the WinKeyer status — which // reported disconnected, no WinKeyer being attached. - status={cwSource === 'icom' || cwSource === 'flex' || cwSource === 'yaesu' + status={cwSource === 'icom' || cwSource === 'flex' || cwSource === 'yaesu' || cwSource === 'kenwood' ? { connected: catState.backend === cwSource && catState.connected, busy: false, wpm: wkWpm, version: 0, - port: cwSource === 'flex' ? 'CWX' : cwSource === 'yaesu' ? 'CAT' : 'CI-V', + port: cwSource === 'flex' ? 'CWX' : cwSource === 'yaesu' || cwSource === 'kenwood' ? 'CAT' : 'CI-V', } : wkStatus} ports={wkPorts}