mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
DisplayProfile updates properly
DisplayProfile updates after a profile switch properly. The UI wasn't reflecting the proper changes after a profile change made from the DisplayProfile page, but now it does.
This commit is contained in:
parent
e913640751
commit
c7381131f0
@ -51,8 +51,10 @@ namespace DisplayMagician.UIForms
|
||||
}
|
||||
|
||||
// Apply the Profile
|
||||
Program.ApplyProfile(_selectedProfile);
|
||||
|
||||
if (Program.ApplyProfile(_selectedProfile))
|
||||
{
|
||||
ChangeSelectedProfile(_selectedProfile);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user