pomodoro
pomodoro copied to clipboard
Long breaks do not make noise
Currently with audio notifications long breaks do not cause noise.
Works fine for me in Chrome. What browser are you using?
I was using chrome, I had long breaks set to 20 minutes, and short breaks to 5 minutes.
Work -> short break. Works
Short break -> Work. Works
Work -> Long Break. No sound
Long Break -> Work. Works
On Thu, Sep 10, 2015 at 9:51 PM, Pete [email protected] wrote:
Works fine for me in Chrome. What browser are you using?
Reply to this email directly or view it on GitHub: https://github.com/httpete-ire/pomodoro/issues/4#issuecomment-139375267
to test it out I set the work time to 6 seconds, short break to 6 seconds and long break to 12 seconds (otherwise I would be waiting for awhile!). The times have no effect on calling the audio / desktop notification
can you paste the code below into the console in chrome to change the times to those
localStorage.setItem('active', 0.10)
localStorage.setItem('shortBreak', 0.10)
localStorage.setItem('longBreak', 0.20)
then refresh the page to load the new times
I will once I'm free.
On Thu, Sep 10, 2015 at 10:02 PM, Pete [email protected] wrote:
to test it out I set the work time to 6 seconds, short break to 6 seconds and long break to 12 seconds (otherwise I would be waiting for awhile!). The times have no effect on calling the audio / desktop notification can you paste the code below into the console in chrome to change the times to those
localStorage.setItem('active', 0.10) localStorage.setItem('shortBreak', 0.10) localStorage.setItem('longBreak', 0.20)
then refresh the page to load the new times
Reply to this email directly or view it on GitHub: https://github.com/httpete-ire/pomodoro/issues/4#issuecomment-139377866