Skip to content

Commit

Permalink
Merge pull request #40 from Arkanion/master
Browse files Browse the repository at this point in the history
This resolves #39 - "Vibrance does not reset to "Windows Vibrance Lev…
  • Loading branch information
juvlarN authored Jun 4, 2017
2 parents e4902f6 + 0f917de commit f16989a
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 f16989a

Please sign in to comment.