mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Added value for notification volume in sound setting
This commit is contained in:
@@ -449,7 +449,9 @@ namespace BlackCore
|
||||
}
|
||||
}
|
||||
|
||||
m_notificationPlayer.play(notification, 90);
|
||||
int volume = 90;
|
||||
if (considerSettings) { volume = qMax(25, settings.getNotificationVolume()); }
|
||||
m_notificationPlayer.play(notification, 100);
|
||||
}
|
||||
|
||||
void CContextAudio::enableAudioLoopback(bool enable)
|
||||
|
||||
Reference in New Issue
Block a user