When working on my project that also relies on Night Shift detection, I realized that the method used in DarkMessenger only works with manually toggling.
The message field's text color is black when not active.
Only execute hooks when dark mode is activated – simply put: only check the boolean flag once, not in every method.
This pull request contains ~three~ four changes:
Made the contact section dark.
When working on my project that also relies on Night Shift detection, I realized that the method used in DarkMessenger only works with manually toggling.
The message field's text color is black when not active.
Only execute hooks when dark mode is activated – simply put: only check the boolean flag once, not in every method.