We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e12c24 commit 77eb149Copy full SHA for 77eb149
src/Windows/Avalonia.Win32/WindowImpl.cs
@@ -394,7 +394,7 @@ private WindowTransparencyLevel Win10EnableBlur(WindowTransparencyLevel transpar
394
}
395
396
397
- if (Win32Platform.WindowsVersion.Major == 10 && effect == BlurEffect.Mica)
+ if (Win32Platform.WindowsVersion < WinUICompositorConnection.MinHostBackdropVersion && effect == BlurEffect.Mica)
398
{
399
effect = BlurEffect.Acrylic;
400
0 commit comments