You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow negative offset to trigger dark mode before sunset. This would be a nice feature to have since, depending on location, it can get darker before sunset.
Currently, positive offsets are allowed, but not negative offsets.
The text was updated successfully, but these errors were encountered:
We should have negative offsets for geographic coordinates mode, but NOT if the windows night light mode is used.
Looks like this is a bug that's leftover from implementing offset for Windows night light, where it is indeed impossible to use negative offsets because we'd be able to be fortune tellers.
If "Follow windows night light" is selected, Auto Dark Mode is listening to the night light trigger event. Since it's an event, we can't react to the event before it exists.
However it should work for the geo modes.
I'll look into restoring functionality for geo mode.
Describe the enhancement or feature you'd like
Allow negative offset to trigger dark mode before sunset. This would be a nice feature to have since, depending on location, it can get darker before sunset.
Currently, positive offsets are allowed, but not negative offsets.
The text was updated successfully, but these errors were encountered: