add hunt RR73 checkbox

settings-file-dialogs
Matthew Chambers 2022-09-03 11:21:25 -05:00
rodzic a6bbfc48fe
commit 9641acf83b
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -201,6 +201,9 @@
<div>
<label><input type="checkbox" id="huntCont" onchange="wantedChanged(this);" /> Cont</label>
</div>
<div>
<label><input type="checkbox" id="huntRR73" onchange="wantedChanged(this);" /> RR73</label>
</div>
</div>
</div>

Wyświetl plik

@ -6906,7 +6906,7 @@ function handleWsjtxDecode(newMessage)
msgDEcallsign = decodeWords[1];
}
if (decodeWords[2] == "RR73")
if (g_callRosterWindowHandle.window.g_rosterSettings == huntRR73 && decodeWords[2] == "RR73")
{
CQ = true;
msgDXcallsign = "RR73";