vjousse / pomodorolm

A simple, good looking and multi-platform pomodoro tracker
GNU Affero General Public License v3.0
26 stars 0 forks source link

Sometimes, click sound is not regular #27

Closed vjousse closed 4 months ago

vjousse commented 4 months ago

Currently, the tick is managed by elm on the frontend and sent to rust to play the sound. Maybe managing the ticking the other way around with rust sending tick to elm could improve performances and avoid this annoying bug.