mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Commit d0113553
(send Tx6 rather than Tx5) should be for FT8 only.
This commit is contained in:
parent
33a01ad4fe
commit
6abde266eb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user