mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
no need to capture layout for window close event
This commit is contained in:
parent
04e569fbcb
commit
2b288cb295
1 changed files with 1 additions and 6 deletions
|
@ -1930,12 +1930,7 @@ namespace PersistentWindows.Common
|
|||
}
|
||||
|
||||
windowProcessName.Remove(hwnd);
|
||||
|
||||
bool found = windowTitle.Remove(hwnd);
|
||||
if (sessionActive && found)
|
||||
{
|
||||
StartCaptureTimer(); //update z-order
|
||||
}
|
||||
windowTitle.Remove(hwnd);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue