mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-05-09 02:07:50 +08:00
Add explanatory comment for DWM blur fix
This commit is contained in:
@@ -193,7 +193,7 @@ public partial class ViewerWindow : Window
|
||||
else
|
||||
{
|
||||
WindowChrome.GetWindowChrome(this)?.GlassFrameThickness = new Thickness(1d);
|
||||
WindowHelper.DisableDwmBlur(this);
|
||||
WindowHelper.DisableDwmBlur(this); // Fix white flash in dark mode
|
||||
Background = (Brush)FindResource("MainWindowBackgroundNoTransparent");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user