[Feature] Set Sleep Time
vishal2376 opened this issue · 0 comments
vishal2376 commented
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