Sound Name Typo
This commit is contained in:
parent
da0b7ee74c
commit
c1ca1ec402
@ -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)
|
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");
|
_audioService.PlaySoundEffect("sndDirectMsg");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user