diff --git a/scwx-qt/source/scwx/qt/manager/alert_manager.cpp b/scwx-qt/source/scwx/qt/manager/alert_manager.cpp index 93d4395f..3bbf1d31 100644 --- a/scwx-qt/source/scwx/qt/manager/alert_manager.cpp +++ b/scwx-qt/source/scwx/qt/manager/alert_manager.cpp @@ -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()); } } }