File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ static AcrylicWindow()
9393 public override void OnApplyTemplate ( )
9494 {
9595 base . OnApplyTemplate ( ) ;
96- EnableBlur ( this ) ;
9796
9897 var caption = this . GetTemplateChild ( "captionGrid" ) as FrameworkElement ;
9998 if ( caption != null )
Original file line number Diff line number Diff line change 323323 <Style x : Key =" AcrylicWindowStyle" TargetType =" {x:Type Window}" >
324324 <Setter Property =" local:AcrylicWindow.TintColor" Value =" {DynamicResource SystemControlAcrylicWindowTintColor}" />
325325 <Setter Property =" local:AcrylicWindow.FallbackColor" Value =" {DynamicResource SystemControlAcrylicWindowFallbackColor}" />
326+ <Setter Property =" local:AcrylicWindow.Enabled" Value =" True" />
326327 <Setter Property =" Foreground" Value =" {DynamicResource SystemControlAcrylicWindowForegroundBrush}" />
327328 <Setter Property =" Background" Value =" Transparent" />
328329 <Setter Property =" BorderBrush" Value =" {Binding Path=(local:AccentColors.ImmersiveSystemAccentBrush)}" />
You can’t perform that action at this time.
0 commit comments