kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
add hunt RR73 checkbox
rodzic
a6bbfc48fe
commit
9641acf83b
|
@ -201,6 +201,9 @@
|
||||||
<div>
|
<div>
|
||||||
<label><input type="checkbox" id="huntCont" onchange="wantedChanged(this);" /> Cont</label>
|
<label><input type="checkbox" id="huntCont" onchange="wantedChanged(this);" /> Cont</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<label><input type="checkbox" id="huntRR73" onchange="wantedChanged(this);" /> RR73</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -6906,7 +6906,7 @@ function handleWsjtxDecode(newMessage)
|
||||||
msgDEcallsign = decodeWords[1];
|
msgDEcallsign = decodeWords[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (decodeWords[2] == "RR73")
|
if (g_callRosterWindowHandle.window.g_rosterSettings == huntRR73 && decodeWords[2] == "RR73")
|
||||||
{
|
{
|
||||||
CQ = true;
|
CQ = true;
|
||||||
msgDXcallsign = "RR73";
|
msgDXcallsign = "RR73";
|
||||||
|
|
Ładowanie…
Reference in New Issue