mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-11-04 06:40:05 +00:00 
			
		
		
		
	Use audio file from settings instead of default alert sound
This commit is contained in:
		
							parent
							
								
									2345855a97
								
							
						
					
					
						commit
						c5b2eb8ebf
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -142,7 +142,7 @@ void AlertManager::Impl::HandleAlert(const types::TextEventKey& key,
 | 
				
			||||||
                       awips::PVtec::GetActionCode(vtec.pVtec_.action()),
 | 
					                       awips::PVtec::GetActionCode(vtec.pVtec_.action()),
 | 
				
			||||||
                       vtec.pVtec_.event_tracking_number());
 | 
					                       vtec.pVtec_.event_tracking_number());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
         mediaManager_->Play(types::AudioFile::EasAttentionSignal);
 | 
					         mediaManager_->Play(audioSettings.alert_sound_file().GetValue());
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
   }
 | 
					   }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue