mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Correct the logic for going to Tx6 rather than Tx5.
This commit is contained in:
parent
0235cf69ff
commit
07f6d9d1ee
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user