mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
Fixed Profile reverting after game execution
The ApplyProfile had some logic that would stop reverting the profile after the game/exe was exited. This should now be fixed. Also attempted a fix to centralise the timer circle in the middle window while applying a profile.
This commit is contained in:
@ -484,7 +484,6 @@ namespace HeliosPlus
|
||||
if (needToChangeProfiles)
|
||||
{
|
||||
// Apply the Profile!
|
||||
//if (!ProfileRepository.ApplyProfile(shortcutToUse.ProfileToUse))
|
||||
if (!Program.ApplyProfile(shortcutToUse.ProfileToUse))
|
||||
{
|
||||
throw new Exception(Language.Cannot_change_active_profile);
|
||||
|
Reference in New Issue
Block a user