mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
avoid capture fullscreen gaming session
This commit is contained in:
parent
346e5fdb36
commit
ea1b7baea6
1 changed files with 1 additions and 1 deletions
|
@ -1904,7 +1904,7 @@ namespace PersistentWindows.Common
|
|||
|
||||
if (monitorApplications.ContainsKey(curDisplayKey) && monitorApplications[curDisplayKey].ContainsKey(hwnd))
|
||||
StartCaptureTimer(UserMoveLatency / 2);
|
||||
else
|
||||
else if (foreGroundWindow != fullScreenGamingWindow)
|
||||
{
|
||||
StartCaptureTimer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue