mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
enhance(frontend): バックグラウンドでチャットメッセージが届いたときにサウンドを再生できるように
This commit is contained in:
parent
2370b55a27
commit
72734fe365
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ export async function mainBoot() {
|
|||
|
||||
main.on('newChatMessage', () => {
|
||||
updateCurrentAccountPartial({ hasUnreadChatMessages: true });
|
||||
sound.playMisskeySfx('chat');
|
||||
sound.playMisskeySfx('chatMessage');
|
||||
});
|
||||
|
||||
main.on('readAllAnnouncements', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue