diff --git a/ObservatoryCore/UI/Views/NotificationView.axaml.cs b/ObservatoryCore/UI/Views/NotificationView.axaml.cs index 4c2efb4..22331da 100644 --- a/ObservatoryCore/UI/Views/NotificationView.axaml.cs +++ b/ObservatoryCore/UI/Views/NotificationView.axaml.cs @@ -13,7 +13,7 @@ namespace Observatory.UI.Views { InitializeComponent(); SystemDecorations = SystemDecorations.None; - + ShowInTaskbar = false; MakeClickThrough(); //Platform specific, currently windows only. int screen = Properties.Core.Default.NativeNotifyScreen;