mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:00: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()),
|
||||
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