diff --git a/mainwindow.cpp b/mainwindow.cpp index c7bde04ff..2fa4e570b 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4401,7 +4401,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie ui->tx3->setText(t); m_bTUmsg=true; } else { - if(m_mode=="FT8") { + if(SpecOp::RTTY == m_config.special_op_id()) { on_logQSOButton_clicked(); m_ntx=6; ui->txrb6->setChecked(true);