mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Log entries should not generated by replying to repeated final messages
This commit is contained in:
parent
6c2cc22524
commit
6f01f72621
@ -4999,8 +4999,9 @@ 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 (SpecOp::NONE < m_config.special_op_id () && SpecOp::FOX > m_config.special_op_id ()
|
if (m_QSOProgress > CALLING && m_QSOProgress < SIGNOFF
|
||||||
&& ("RR73" == word_3 || 73 == word_3_as_number))
|
&& SpecOp::NONE < m_config.special_op_id () && SpecOp::FOX > m_config.special_op_id ()
|
||||||
|
&& ("RR73" == word_3 || 73 == word_3_as_number))
|
||||||
{
|
{
|
||||||
logQSOTimer.start(0);
|
logQSOTimer.start(0);
|
||||||
m_ntx=6;
|
m_ntx=6;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user