diff --git a/QuickLook/ViewerWindow.xaml.cs b/QuickLook/ViewerWindow.xaml.cs index ff3b33ca..bd96decf 100644 --- a/QuickLook/ViewerWindow.xaml.cs +++ b/QuickLook/ViewerWindow.xaml.cs @@ -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"); }