webpage commander: keep commander window visible while not affecting menu operation in the webpage

This commit is contained in:
Kang Yu 2024-07-27 21:04:46 -07:00
parent f81735509a
commit d3b1862113

View file

@ -857,7 +857,7 @@ namespace PersistentWindows.Common
else if (Math.Abs(cursorPos.X - lastCursorPos.X) > 3 || Math.Abs(cursorPos.Y - lastCursorPos.Y) > 3) else if (Math.Abs(cursorPos.X - lastCursorPos.X) > 3 || Math.Abs(cursorPos.Y - lastCursorPos.Y) > 3)
{ {
//mouse moving, continue monitor //mouse moving, continue monitor
Visible = false; totalWaitSecondsForWhiteColor = 0;
} }
else else
{ {