This commit is contained in:
Paddy Xu
2022-02-14 10:17:31 +01:00
committed by GitHub
parent 1ed5f5ba2a
commit fc14b58fa5

View File

@@ -104,7 +104,7 @@ namespace QuickLook
if (SettingHelper.Get("UseTransparency", true)
&& SystemParameters.IsGlassEnabled
&& App.IsWin10
&& (App.IsWin10 || App.IsWin11)
&& !App.IsGPUInBlacklist
)
WindowHelper.EnableBlur(this);
@@ -152,4 +152,4 @@ namespace QuickLook
hide.Begin();
}
}
}
}