diff --git a/mainwindow.cpp b/mainwindow.cpp index 6879b3e63..63d651bd0 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4402,9 +4402,14 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie ui->tx3->setText(t); m_bTUmsg=true; } else { - on_logQSOButton_clicked(); - m_ntx=6; - ui->txrb6->setChecked(true); + if(m_mode=="FT8") { + on_logQSOButton_clicked(); + m_ntx=6; + ui->txrb6->setChecked(true); + } else { + m_ntx=5; + ui->txrb5->setChecked(true); + } } } m_QSOProgress = SIGNOFF;