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,6 +622,7 @@ namespace PersistentWindows.Common
//restore icon to idle
hideRestoreTip();
iconBusy = false;
if (!fullScreenGamingWindows.Contains(foreGroundWindow))
sessionActive = true;
}
else