mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-22 22:42:05 +08:00
lower volume
This commit is contained in:
@@ -10,7 +10,7 @@ QtSound::QtSound() {
|
||||
|
||||
bool QtSound::play(AudibleAlert alert) {
|
||||
sounds[alert].setLoopCount(sound_map[alert].second>-1 ? sound_map[alert].second : QSoundEffect::Infinite);
|
||||
sounds[alert].setVolume(0.9);
|
||||
sounds[alert].setVolume(0.7);
|
||||
sounds[alert].play();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user