diff --git a/ObservatoryCore/UI/Views/NotificationView.axaml.cs b/ObservatoryCore/UI/Views/NotificationView.axaml.cs index b14f51d..7df0f65 100644 --- a/ObservatoryCore/UI/Views/NotificationView.axaml.cs +++ b/ObservatoryCore/UI/Views/NotificationView.axaml.cs @@ -25,10 +25,10 @@ namespace Observatory.UI.Views this.guid = guid; InitializeComponent(); SystemDecorations = SystemDecorations.None; + ShowActivated = false; ShowInTaskbar = false; MakeClickThrough(); //Platform specific, currently windows only. - this.DataContextChanged += NotificationView_DataContextChanged; scale = Properties.Core.Default.NativeNotifyScale / 100.0;