mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove dropshadow since it's buggy.
This commit is contained in:
parent
2e0a8ee657
commit
5f6d3078b7
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ namespace Wox
|
|||
|
||||
InitProgressbarAnimation();
|
||||
//only works for win7+
|
||||
DwmDropShadow.DropShadowToWindow(this);
|
||||
//DwmDropShadow.DropShadowToWindow(this);
|
||||
}
|
||||
|
||||
private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue