mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-25 16:02:14 +08:00
tici: set volume at 90%
This commit is contained in:
@@ -10,6 +10,7 @@ QtSound::QtSound() {
|
||||
|
||||
bool QtSound::play(AudibleAlert alert) {
|
||||
sounds[alert].setLoopCount(sound_map[alert].second);
|
||||
sounds[alert].setVolume(0.9);
|
||||
sounds[alert].play();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user