diff --git a/src/background.ts b/src/background.ts index 4c0e39c..8c74424 100644 --- a/src/background.ts +++ b/src/background.ts @@ -244,7 +244,7 @@ async function checkWebviewFocus() { } function playNotificationSound() { - chrome.runtime.sendMessage({ action: "PLAY_NOTIFICATION_SOUND" }); + // chrome.runtime.sendMessage({ action: "PLAY_NOTIFICATION_SOUND" }); } const handleNotificationDirect = async (directs) => {