diff --git a/HeliosPlus/Program.cs b/HeliosPlus/Program.cs index 91c0b70..fbce5b9 100644 --- a/HeliosPlus/Program.cs +++ b/HeliosPlus/Program.cs @@ -330,6 +330,10 @@ namespace HeliosPlus { if (!profile.IsPossible) return false; + // We need to check if the profile is the same one that we're on + if (profile.IsActive) + return false; + try { // Now lets prepare changing the display topology task