mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
no fast capture if window is marked no restore
This commit is contained in:
parent
11d0c30ddb
commit
3884c4446f
1 changed files with 1 additions and 1 deletions
|
@ -484,7 +484,7 @@ namespace PersistentWindows.Common
|
|||
else if (fullScreenGamingWindow == IntPtr.Zero)
|
||||
{
|
||||
//create window event may be delayed
|
||||
if (hwnd != IntPtr.Zero)
|
||||
if (hwnd != IntPtr.Zero && !noRestoreWindows.Contains(hwnd))
|
||||
CaptureWindow(hwnd, 0, DateTime.Now, curDisplayKey);
|
||||
|
||||
StartCaptureTimer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue