From ea1b7baea602dc2bebae0dd19b277f21a012af43 Mon Sep 17 00:00:00 2001 From: Kang Yu Date: Tue, 8 Oct 2024 15:59:30 -0700 Subject: [PATCH] avoid capture fullscreen gaming session --- .../Common/PersistentWindowProcessor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs index 99a8eb5..aa45102 100644 --- a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs +++ b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs @@ -1904,7 +1904,7 @@ namespace PersistentWindows.Common if (monitorApplications.ContainsKey(curDisplayKey) && monitorApplications[curDisplayKey].ContainsKey(hwnd)) StartCaptureTimer(UserMoveLatency / 2); - else + else if (foreGroundWindow != fullScreenGamingWindow) { StartCaptureTimer();