For Q65 mode, change "Ready only" to "CQ only" for the Active Stations window.

This commit is contained in:
Joe Taylor
2023-11-21 14:15:31 -05:00
parent 6546846f2c
commit 5d3e927648
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -64,9 +64,11 @@ void ActiveStations::displayRecentStations(QString mode, QString const& t)
{
if(mode!=m_mode) {
m_mode=mode;
ui->cbReadyOnly->setText("Ready only");
if(m_mode=="Q65") {
ui->header_label2->setText(" N Frx Fsked S/N Call Grid Tx Age");
ui->label->setText("QSOs:");
ui->cbReadyOnly->setText("CQ only");
} else if(m_mode=="Q65-pileup") {
ui->header_label2->setText(" N Freq Call Grid El Age(h)");
} else {