mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Play sounds in calls.
This commit is contained in:
@@ -362,7 +362,7 @@ void System::ensureSoundCreated() {
|
||||
}
|
||||
|
||||
_soundTrack = Media::Audio::Current().createTrack();
|
||||
_soundTrack->fillFromFile(qsl(":/gui/art/newmsg.wav"));
|
||||
_soundTrack->fillFromFile(qsl(":/sounds/msg_incoming.mp3"));
|
||||
}
|
||||
|
||||
void System::updateAll() {
|
||||
|
Reference in New Issue
Block a user