From 7d4d85284b8e506098c4ba0a88b68c98641f306a Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 7 Apr 2023 09:55:30 +0530 Subject: [PATCH] Disable ding sound when the UI loads. It'll now only play upon task completion --- ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/index.html b/ui/index.html index 3a248ea7..7e8680d0 100644 --- a/ui/index.html +++ b/ui/index.html @@ -520,7 +520,7 @@ async function init() { } }) - playSound() + // playSound() } init()