Make "double-click on call" work in FST4 as in oter modes.

This commit is contained in:
Joe Taylor 2020-09-05 14:09:33 -04:00
parent 01a1688b32
commit 403d3a1041
1 changed files with 1 additions and 1 deletions

View File

@ -4794,7 +4794,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie
ui->TxFreqSpinBox->setValue(frequency);
}
if(m_mode != "JT4" && m_mode != "JT65" && !m_mode.startsWith ("JT9") &&
m_mode != "QRA64" && m_mode!="FT8" && m_mode!="FT4") {
m_mode != "QRA64" && m_mode!="FT8" && m_mode!="FT4" && m_mode!="FST4") {
return;
}
}