vishal2376/snaptick

[Feature] Set Sleep Time

vishal2376 opened this issue · 0 comments

Add the option to set sleep time, and then use it to calculate free time.

Before
freeTime = 24 hours - currentTime - allFutureTasksDuration

After
freeTime = sleepTime - currentTime - allFutureTasksDuration