further speedup auto-restore-new-window

This commit is contained in:
Kang Yu 2025-05-01 15:01:17 -07:00
parent 304c654e80
commit e7b141e095

View file

@ -2134,7 +2134,7 @@ namespace PersistentWindows.Common
return;
userMove = true;
StartCaptureTimer(UserMoveLatency / 2);
StartCaptureTimer(UserMoveLatency / 4);
}
break;