Reversing MainWindow Blur call and settings window modification

Added WindowsAccentMode to Base theme
This commit is contained in:
Boris Makogonyuk
2015-11-10 03:37:34 +01:00
parent f24a6f0e3c
commit d8b806966a
4 changed files with 3 additions and 16 deletions

View File

@@ -207,7 +207,6 @@ namespace Wox
InitialTray();
Closing += MainWindow_Closing;
}
@@ -256,7 +255,6 @@ namespace Wox
InitProgressbarAnimation();
WindowIntelopHelper.DisableControlBox(this);
WindowIntelopHelper.EnableBlur(this);
CheckUpdate();
}