This commit is contained in:
2026-06-07 11:00:25 +02:00
parent 8040a37315
commit d0526c39f5
4 changed files with 115 additions and 7 deletions
+4
View File
@@ -2535,6 +2535,9 @@ export default function App() {
if (m) setMode(m);
}
onCallsignInput(s.dx_call);
// Clicking a spot fills the call programmatically (no blur
// on the call field), so start the QSO recording here too.
if (s.dx_call.trim()) QSOAudioBegin().then(setRecording).catch(() => {});
}}
/>
);
@@ -2750,6 +2753,7 @@ export default function App() {
if (m) setMode(m);
}
onCallsignInput(s.dx_call);
if (s.dx_call.trim()) QSOAudioBegin().then(setRecording).catch(() => {});
}}
onClose={() => setShowBandMap(false)}
/>