comment out noise for notification

This commit is contained in:
PhilReact 2024-09-16 13:49:56 +03:00
parent c56b4824d7
commit b59a004406

View File

@ -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) => {