ashmanix / obs-plugin-countdown

An OBS plugin that creates a countdown timer.
GNU General Public License v2.0
63 stars 16 forks source link

Play button is buggy #31

Closed Destroy666x closed 1 year ago

Destroy666x commented 1 year ago

On first launch, it didn't work for me with default settings = time at 23:00 selected. Switching hours also didn't make it work. The source just didn't get any text and the countdown in dock didn't get updated.

Once I switched to period and entered something there, then switched back to time, it started working.

Pretty sure the bug is that the play button click verifies if any of values in period are higher than 0, if not, it doesn't do anything, even if time is selected.