disable 'ribbit' sound for launch (needs preference in Settings)

This commit is contained in:
robcolbert 2019-07-03 21:53:16 -04:00
parent 94046e97d0
commit b6dd794f99

@ -21,7 +21,7 @@ const play = audio => {
}
}
audio.play();
// audio.play();
};
export default function soundsMiddleware() {