diff --git a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs index 92ee0e5..99a8eb5 100644 --- a/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs +++ b/Ninjacrab.PersistentWindows.Solution/Common/PersistentWindowProcessor.cs @@ -622,7 +622,8 @@ namespace PersistentWindows.Common //restore icon to idle hideRestoreTip(); iconBusy = false; - sessionActive = true; + if (!fullScreenGamingWindows.Contains(foreGroundWindow)) + sessionActive = true; } else {