mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
Fix typo in LightSwitchStateManager filename
This commit is contained in:
@@ -36,7 +36,7 @@ The **Light Switch** module lets users automatically transition between light an
|
|||||||
* **LightSwitchService.cpp**
|
* **LightSwitchService.cpp**
|
||||||
is the heart beat of the module. Controls ticking every minute and depending on user actions (manual override, settings changing, etc) triggers the state manager to perform the corresponding operation.
|
is the heart beat of the module. Controls ticking every minute and depending on user actions (manual override, settings changing, etc) triggers the state manager to perform the corresponding operation.
|
||||||
|
|
||||||
* **LightSwitchStateMangager.cpp**
|
* **LightSwitchStateManager.cpp**
|
||||||
handles updating the state based on the signals sent by LightSwitchService.
|
handles updating the state based on the signals sent by LightSwitchService.
|
||||||
|
|
||||||
* **SettingsXAML/LightSwitch**
|
* **SettingsXAML/LightSwitch**
|
||||||
|
|||||||
Reference in New Issue
Block a user