mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
webpage commander: keep commander window visible while not affecting menu operation in the webpage
This commit is contained in:
parent
f81735509a
commit
d3b1862113
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ namespace PersistentWindows.Common
|
|||
else if (Math.Abs(cursorPos.X - lastCursorPos.X) > 3 || Math.Abs(cursorPos.Y - lastCursorPos.Y) > 3)
|
||||
{
|
||||
//mouse moving, continue monitor
|
||||
Visible = false;
|
||||
totalWaitSecondsForWhiteColor = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue