Skip to content

Commit

Permalink
This resolves #39 - "Vibrance does not reset to "Windows Vibrance Lev…
Browse files Browse the repository at this point in the history
…el" when VibranceGUI is exited."

o added HandleDvcExit(IVibranceProxy) to CleanUp()
  • Loading branch information
Arkanion committed May 31, 2017
1 parent e4902f6 commit 0f917de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vibrance.GUI/common/VibranceGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ private void CleanUp()
this.Update();
if (_v != null && _v.GetVibranceInfo().isInitialized)
{
_v.HandleDvcExit();
_v.SetShouldRun(false);
_v.UnloadLibraryEx();
}
Expand Down

0 comments on commit 0f917de

Please sign in to comment.