mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +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;
|
return;
|
||||||
|
|
||||||
userMove = true;
|
userMove = true;
|
||||||
StartCaptureTimer(UserMoveLatency / 2);
|
StartCaptureTimer(UserMoveLatency / 4);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue