From d3217a0983c2765690bd092f03b43b19b7f708bc Mon Sep 17 00:00:00 2001 From: Paddy Date: Sun, 13 Feb 2022 10:51:11 +0100 Subject: [PATCH] restore transparency in Win11 --- QuickLook/ViewerWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/QuickLook/ViewerWindow.xaml.cs b/QuickLook/ViewerWindow.xaml.cs index 9671616..da30b2a 100644 --- a/QuickLook/ViewerWindow.xaml.cs +++ b/QuickLook/ViewerWindow.xaml.cs @@ -105,7 +105,6 @@ namespace QuickLook if (SettingHelper.Get("UseTransparency", true) && SystemParameters.IsGlassEnabled && App.IsWin10 - && !App.IsWin11 && !App.IsGPUInBlacklist ) WindowHelper.EnableBlur(this);