mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02: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
@@ -534,6 +534,11 @@ int MouseHighlighterMain(HINSTANCE hInstance, MouseHighlighterSettings settings)
|
||||
}
|
||||
Logger::info("Initialized the highlighter instance.");
|
||||
|
||||
if (settings.autoActivate)
|
||||
{
|
||||
highlighter.SwitchActivationMode();
|
||||
}
|
||||
|
||||
MSG msg;
|
||||
|
||||
// Main message loop:
|
||||
|
||||
Reference in New Issue
Block a user