mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	Honour "Settings->General->Disable Tx after sending 73" if not auto-sequencing
This commit is contained in:
		
							parent
							
								
									518207da3b
								
							
						
					
					
						commit
						c50133bcfc
					
				@ -5747,7 +5747,8 @@ void MainWindow::on_genStdMsgsPushButton_clicked()         //genStdMsgs button
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void MainWindow::on_logQSOButton_clicked()                 //Log QSO 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
 | 
					      // 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
 | 
					      // on 73 is not checked, unless in Fox mode where it is allowed
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user