mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-25 02:00:12 +08:00
Fix #1033 again
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user