mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-24 00:33:55 +08:00
Revert "soundd: use setLoopCount(0) to stop repeating sound (#23076)"
This reverts commit 35885745f1.
This commit is contained in:
@@ -67,7 +67,7 @@ void Sound::setAlert(const Alert &alert) {
|
||||
for (auto &[s, loops] : sounds) {
|
||||
// Only stop repeating sounds
|
||||
if (s->loopsRemaining() > 1 || s->loopsRemaining() == QSoundEffect::Infinite) {
|
||||
s->setLoopCount(0);
|
||||
s->stop();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user