deactivate session when fullscreen gaming

This commit is contained in:
Kang Yu 2024-10-08 15:26:15 -07:00
parent bff39c71dc
commit 346e5fdb36

View file

@ -622,7 +622,8 @@ namespace PersistentWindows.Common
//restore icon to idle
hideRestoreTip();
iconBusy = false;
sessionActive = true;
if (!fullScreenGamingWindows.Contains(foreGroundWindow))
sessionActive = true;
}
else
{