Fix DM Sound Not Playing On New DM

This commit is contained in:
Alan Moon 2025-12-13 14:35:21 -08:00
parent 3677f145e0
commit da0b7ee74c

View File

@ -590,6 +590,7 @@ namespace qtcnet_client
Task.Run(_dmForm.ShowDialog); // workaround async issues (i suck at coding and dont wanna rework the entire ui again) Task.Run(_dmForm.ShowDialog); // workaround async issues (i suck at coding and dont wanna rework the entire ui again)
OpenDirectMessagesForms.Add(_dmForm); OpenDirectMessagesForms.Add(_dmForm);
_audioService.PlaySoundEffect("sndDirectMessage");
} }
} }
} }