From 1a82b9b24d7a129cd36d99929424af6ee700cabb Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 2 Jul 2020 14:11:35 -0400 Subject: [PATCH] Change the label for decoded text panel in FST240W mode. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index ef865efc8..cc9805227 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -6456,7 +6456,7 @@ void MainWindow::WSPR_config(bool b) ui->logQSOButton->setVisible(!b); ui->DecodeButton->setEnabled(!b); ui->band_hopping_group_box->setVisible(true); - if(b and (m_mode!="Echo")) { + if(b and m_mode!="Echo" and m_mode!="FST240W") { QString t="UTC dB DT Freq Drift Call Grid dBm "; if(m_config.miles()) t += " mi"; if(!m_config.miles()) t += " km";