- Notifications
You must be signed in to change notification settings - Fork925
Open
Description
If, for whatever reason, I change dormancy to behours instead ofdays, I can easily trap myself in never being able to switch back todays.
All I need to do is input hours that aren't evenly divisible by 24 and thedays input will be grayed out.
Solution: Selectingdays is always be enabled and rounds (up) the hours to the nearest day. I.e. 25 hours -> 2 days.