Skip to content

Commit 0e9dd73

Browse files
committed
win10 fix....
1 parent 58f23c3 commit 0e9dd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeCraftLauncher/Utils/Util.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public static void UpdateAcrylicWindowBackground(AcrylicWindow window)
153153

154154
try
155155
{
156-
if (DwmIsCompositionEnabled())
156+
if (DwmIsCompositionEnabled() && !osName.ToLower().Contains(OS_WIN10))
157157
{
158158
Util.DWM_BLURBEHIND nblurProperties = new Util.DWM_BLURBEHIND
159159
{

0 commit comments

Comments
 (0)