Change the label for decoded text panel in FST240W mode.

This commit is contained in:
Joe Taylor 2020-07-02 14:11:35 -04:00
parent 8b2b1eb378
commit 1a82b9b24d
1 changed files with 1 additions and 1 deletions

View File

@ -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";