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 c115a9aa3d
commit 7d4d85284b

View File

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