chore: release v0.26.3
This commit is contained in:
@@ -132,6 +132,9 @@ function catsOf(e: StatusEntry | undefined): Set<NewCat> {
|
||||
if (!e) return out;
|
||||
switch (e.status) {
|
||||
case 'new': out.add('dxcc'); break;
|
||||
// NEW BAND+MODE lights BOTH badges: the two facts are true at once, and
|
||||
// showing one of them would say the entity is already worked in the other.
|
||||
case 'new-band-mode': out.add('band'); out.add('mode'); break;
|
||||
case 'new-band': out.add('band'); break;
|
||||
case 'new-mode': out.add('mode'); break;
|
||||
case 'new-slot': out.add('slot'); break;
|
||||
|
||||
Reference in New Issue
Block a user