Merge pull request #1536 from adriantombu/feature/sound-option

Toggle the sound notifications
This commit is contained in:
Borewit
2019-05-12 20:03:14 +02:00
committed by GitHub
5 changed files with 54 additions and 12 deletions

View File

@@ -74,6 +74,7 @@ function onState (err, _state) {
window.dispatch = dispatch
telemetry.init(state)
sound.init(state)
// Log uncaught JS errors
window.addEventListener(