mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[MouseUtils]Auto activate setting for highlighter and crosshairs (#27826)
* auto activate for mouse highlighter and crosshairs * revert changed encoding
This commit is contained in:
committed by
GitHub
parent
a49f806ac7
commit
8e712c6f49
@@ -548,6 +548,11 @@ int InclusiveCrosshairsMain(HINSTANCE hInstance, InclusiveCrosshairsSettings& se
|
||||
}
|
||||
Logger::info("Initialized the crosshairs instance.");
|
||||
|
||||
if (settings.autoActivate)
|
||||
{
|
||||
crosshairs.SwitchActivationMode();
|
||||
}
|
||||
|
||||
MSG msg;
|
||||
|
||||
// Main message loop:
|
||||
|
||||
Reference in New Issue
Block a user