mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
avoid exception
This commit is contained in:
parent
0d5d0372ee
commit
6910013026
1 changed files with 2 additions and 0 deletions
|
@ -2653,6 +2653,8 @@ namespace PersistentWindows.Common
|
|||
{
|
||||
try
|
||||
{
|
||||
if (exitFullScreenGaming)
|
||||
return;
|
||||
foreach (var hwnd in fullScreenGamingWindows)
|
||||
{
|
||||
if (IsFullScreen(hwnd))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue