mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 13:12:30 -04: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);
|
ui->tx3->setText(t);
|
||||||
m_bTUmsg=true;
|
m_bTUmsg=true;
|
||||||
} else {
|
} else {
|
||||||
if(m_mode=="FT8") {
|
if(SpecOp::RTTY == m_config.special_op_id()) {
|
||||||
on_logQSOButton_clicked();
|
on_logQSOButton_clicked();
|
||||||
m_ntx=6;
|
m_ntx=6;
|
||||||
ui->txrb6->setChecked(true);
|
ui->txrb6->setChecked(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user