lower volume

old-commit-hash: ccecd375545ed083a72c5424baf5ad22f730febe
This commit is contained in:
Comma Device
2020-11-01 04:21:22 +00:00
parent a5e5f21d47
commit 1f7c4600ef
+1 -1
View File
@@ -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;
}