mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	enable auto-logging for arrl_digi contest
(cherry picked from commit 4bc472ac5f85fe1c9a37206d99b2f7146666c7db)
This commit is contained in:
		
							parent
							
								
									ec880ffe4c
								
							
						
					
					
						commit
						1b68336edb
					
				@ -167,7 +167,7 @@ void LogQSO::initLogQSO(QString const& hisCall, QString const& hisGrid, QString
 | 
			
		||||
  auto special_op = m_config->special_op_id ();
 | 
			
		||||
  if (SpOp::FOX == special_op
 | 
			
		||||
      || (m_config->autoLog ()
 | 
			
		||||
          && SpOp::NONE < special_op && special_op < SpOp::FOX))
 | 
			
		||||
          && ((SpOp::NONE < special_op && special_op < SpOp::FOX) || SpOp::ARRL_DIGI == special_op)))
 | 
			
		||||
    {
 | 
			
		||||
      // allow auto logging in Fox mode and contests
 | 
			
		||||
      accept();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user