Merge branch 'soften-rr73-updates' into 'master'

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

See merge request gridtracker.org/gridtracker!180

If this is changing anything in the UI or operational behavior, please prepare to update the wiki!
settings-file-dialogs
Matthew Chambers 2022-08-06 20:54:44 +00:00
commit 05227b519a
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