Disable ding sound when the UI loads. It'll now only play upon task completion

This commit is contained in:
cmdr2 2023-04-07 09:55:30 +05:30
parent 4f899bd83d
commit 17f60d3c7f

View File

@ -520,7 +520,7 @@ async function init() {
}
})
playSound()
// playSound()
}
init()