[AFV] Ref T739, use the Audio base class with the shared CAfvClient functions

This commit is contained in:
Klaus Basan
2019-10-16 12:40:10 +02:00
parent 383352f79c
commit 8d956436e7
11 changed files with 62 additions and 61 deletions

View File

@@ -520,7 +520,7 @@ void SwiftGuiStd::playNotifcationSound(CNotificationSounds::NotificationFlag not
if (!m_contextAudioAvailable) { return; }
if (!ui->comp_MainInfoArea->getSettingsComponent()->playNotificationSounds()) { return; }
if (!sGui || sGui->isShuttingDown()) { return; }
sGui->getIContextAudio()->playNotification(notification, true);
sGui->getCContextAudioBase()->playNotification(notification, true);
}
void SwiftGuiStd::displayConsole()