up
This commit is contained in:
@@ -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)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user