mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 11:31:51 -05:00
Allow auto reply for non-CQ messages when Hold Tx Freq is enabled
This commit is contained in:
parent
0309b4f826
commit
1ff74b2cd5
@ -7844,7 +7844,7 @@ void MainWindow::replyToCQ (QTime time, qint32 snr, float delta_time, quint32 de
|
|||||||
showNormal ();
|
showNormal ();
|
||||||
raise ();
|
raise ();
|
||||||
}
|
}
|
||||||
if (text.contains (QRegularExpression {R"(^(CQ |CQDX |QRZ ))"})) {
|
if ((text.contains (QRegularExpression {R"(^(CQ |CQDX |QRZ ))"})) || (ui->cbHoldTxFreq->isChecked ())) {
|
||||||
// a message we are willing to accept and auto reply to
|
// a message we are willing to accept and auto reply to
|
||||||
m_bDoubleClicked = true;
|
m_bDoubleClicked = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user