mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-01-27 22:47:43 +01:00
Issue: When using the shortcut to switch modes manually, the service would try to correct the theme to the expected mode. Problem: Event resetting between each loop. Fix: Set the event to be manually reset only so that the event isn't resetting between each loop. The rest of the code was already written to expect this behavior so no other changes should be necessary.