mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 12:35:37 +02:00
further speedup auto-restore-new-window
This commit is contained in:
parent
304c654e80
commit
e7b141e095
1 changed files with 1 additions and 1 deletions
|
@ -2134,7 +2134,7 @@ namespace PersistentWindows.Common
|
|||
return;
|
||||
|
||||
userMove = true;
|
||||
StartCaptureTimer(UserMoveLatency / 2);
|
||||
StartCaptureTimer(UserMoveLatency / 4);
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue