Only issue a directed message alert for directed to me...not ALLCALL
This commit is contained in:
		
							parent
							
								
									942d960a90
								
							
						
					
					
						commit
						35139c6d84
					
				@ -9320,11 +9320,13 @@ void MainWindow::processCommandActivity() {
 | 
			
		||||
                {"UTC", QVariant(ad.utcTimestamp.toMSecsSinceEpoch())}
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
            if(!isAllCall){
 | 
			
		||||
                auto wav = m_config.sound_dm_path();
 | 
			
		||||
                if(!wav.isEmpty()){
 | 
			
		||||
                    QSound::play(wav);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // and mark the offset as a directed offset so future free text is displayed
 | 
			
		||||
        markOffsetDirected(ad.freq, isAllCall);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user