kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
unknown dxxc filter for roster
rodzic
8a07ea8204
commit
bb3bfc6d8a
|
@ -41,7 +41,7 @@ function processRosterHunting(callRoster, rosterSettings)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only render entries with `tx == true`, ignore the rest
|
// Only render entries with `tx == true`, ignore the rest
|
||||||
if (entry.tx == true)
|
if (callObj.dxcc != -1 && entry.tx == true)
|
||||||
{
|
{
|
||||||
// In layered mode ("Hunting: mixed") the workHashSuffix becomes a more stricter 'live band',
|
// In layered mode ("Hunting: mixed") the workHashSuffix becomes a more stricter 'live band',
|
||||||
// while the layered suffix is a broader 'mixed band'
|
// while the layered suffix is a broader 'mixed band'
|
||||||
|
|
Ładowanie…
Reference in New Issue