mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Ref T491, style/minor tweaks
This commit is contained in:
committed by
Mat Sutcliffe
parent
e810dfecf5
commit
03ac54cefa
@@ -447,6 +447,7 @@ void SwiftGuiStd::playNotifcationSound(CNotificationSounds::Notification notific
|
||||
{
|
||||
if (!m_contextAudioAvailable) { return; }
|
||||
if (!ui->comp_MainInfoArea->getSettingsComponent()->playNotificationSounds()) { return; }
|
||||
if (!sGui || sGui->isShuttingDown()) { return; }
|
||||
sGui->getIContextAudio()->playNotification(notification, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user