Sound Name Typo

This commit is contained in:
Alan Moon 2025-12-13 14:37:44 -08:00
parent da0b7ee74c
commit c1ca1ec402

View File

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