From b59a00440612a359d324c874b754948e95f2f2de Mon Sep 17 00:00:00 2001 From: PhilReact Date: Mon, 16 Sep 2024 13:49:56 +0300 Subject: [PATCH] comment out noise for notification --- src/background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {