mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Honour "Settings->General->Disable Tx after sending 73" if not auto-sequencing
This commit is contained in:
parent
90b3fa2a46
commit
62e089aecf
@ -5747,7 +5747,8 @@ void MainWindow::on_genStdMsgsPushButton_clicked() //genStdMsgs button
|
||||
|
||||
void MainWindow::on_logQSOButton_clicked() //Log QSO button
|
||||
{
|
||||
if (SpecOp::FOX != m_config.special_op_id ())
|
||||
if (SpecOp::FOX != m_config.special_op_id ()
|
||||
&& ui->cbAutoSeq->isVisible () && ui->cbAutoSeq->isEnabled () && ui->cbAutoSeq->isChecked ())
|
||||
{
|
||||
// ensure that auto Tx is disabled even if clear DX call & grid
|
||||
// on 73 is not checked, unless in Fox mode where it is allowed
|
||||
|
Loading…
Reference in New Issue
Block a user