mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 04:50:34 -04:00 
			
		
		
		
	Revert "Prevent self spotting when running multiple instances"
This reverts commit 96974e0537667d88feb87c66c9455ca64a78987c.
This commit is contained in:
		
							parent
							
								
									8545cdb96d
								
							
						
					
					
						commit
						35df81a858
					
				| @ -3732,8 +3732,7 @@ void MainWindow::auto_sequence (DecodedText const& message, unsigned start_toler | ||||
| 
 | ||||
| void MainWindow::pskPost (DecodedText const& decodedtext) | ||||
| { | ||||
|   if (m_diskData || !m_config.spot_to_psk_reporter() || decodedtext.isLowConfidence () | ||||
|       || (decodedtext.string().contains(m_baseCall) && dec_data.params.mygrid)) return; // prevent self spotting when running multiple instances
 | ||||
|   if (m_diskData || !m_config.spot_to_psk_reporter() || decodedtext.isLowConfidence ()) return; | ||||
| 
 | ||||
|   QString msgmode=m_mode; | ||||
|   QString deCall; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user