mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
deactivate session when fullscreen gaming
This commit is contained in:
parent
bff39c71dc
commit
346e5fdb36
1 changed files with 2 additions and 1 deletions
|
@ -622,7 +622,8 @@ namespace PersistentWindows.Common
|
|||
//restore icon to idle
|
||||
hideRestoreTip();
|
||||
iconBusy = false;
|
||||
sessionActive = true;
|
||||
if (!fullScreenGamingWindows.Contains(foreGroundWindow))
|
||||
sessionActive = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue