Re-enable display of country names if ActiveStations window is closed.

This commit is contained in:
Joe Taylor 2022-03-30 14:23:44 -04:00
parent e9f1cbf375
commit 432a501bf6
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ QString DisplayText::appendWorkedB4 (QString message, QString call, QString cons
}
m_CQPriority=DecodeHighlightingModel::highlight_name(top_highlight);
if((m_points == 00) or (m_points == -1)) return message;
if(((m_points == 00) or (m_points == -1)) and m_bDisplayPoints) return message;
return leftJustifyAppendage (message, extra);
}