Leave decodes titles intact when changing settings in FST240* modes

This commit is contained in:
Bill Somerville 2020-07-20 19:33:46 +01:00
parent 2e916f995c
commit 09996d4d64
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

@ -1796,7 +1796,7 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog
m_config.transceiver_online ();
if(!m_bFastMode) setXIT (ui->TxFreqSpinBox->value ());
if(m_config.single_decode() or m_mode=="JT4") {
if ((m_config.single_decode () && !m_mode.startsWith ("FST240")) || m_mode=="JT4") {
ui->label_6->setText(tr ("Single-Period Decodes"));
ui->label_7->setText(tr ("Average Decodes"));
}