elfenware / badger

Remind yourself to not sit and stare at the screen for too long
GNU General Public License v3.0
53 stars 13 forks source link

Fix "Never" option not working #20

Closed dar5hak closed 5 years ago

dar5hak commented 5 years ago

Closes #19.

On sliding to "Never", set_interval wasn't being called, since the interval was 0. No need for that check, because 0 is already handled inside the set_interval method.