update check for bad dxcc

merge-requests/150/merge
Matthew Chambers 2021-12-13 10:09:19 -06:00
rodzic a0b2595e9e
commit 69e1152e78
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ function processRosterFiltering(callRoster, rosterSettings)
callObj.reset = true;
continue;
}
if (callObj.dxcc == -1)
if (!callObj.dxcc || callObj.dxcc == -1)
{
entry.tx = false;
continue;

Wyświetl plik

@ -2,7 +2,7 @@
"name": "GridTracker",
"product_string_do_not_use": "gridtracker",
"version": "1.21.1212",
"betaVersion": "Release Candidate",
"betaVersion": "",
"description": "GridTracker, an amateur radio companion",
"author": "Stephen Loomis (N0TTL) and GridTracker.org",
"license": "BSD-3-Clause",