If treating RR73/73 as CQ, soften highlighting to help differentiate foreshadow from an actual CQ

merge-requests/180/head
csharpen 2022-07-29 09:06:01 +00:00
rodzic c1f7f1be41
commit 7735a9f97b
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -786,6 +786,13 @@ function processRosterHunting(callRoster, rosterSettings)
{
callingBg = calling + inversionAlpha;
calling = bold;
// If treating RR73/73 as CQ, soften highlighting to help differentiate foreshadow from an actual CQ
if (callObj.DXcall == "RR73" || callObj.DXcall == "73")
{
callingConf = `${unconf}#90EE90${inversionAlpha};`;
calling = `#90EE90${inversionAlpha};`
callingBg = "#000000"
}
}
// Assemble all styles