diff --git a/Feedling/Notifier.xaml.cs b/Feedling/Notifier.xaml.cs index fda6180..20021a7 100644 --- a/Feedling/Notifier.xaml.cs +++ b/Feedling/Notifier.xaml.cs @@ -46,6 +46,7 @@ public Notifier(string feedtitle, IEnumerable> newitemlist Top = corner.Y - ActualHeight; } })); + NativeMethods.HideFromAltTab(this); } private void Button_Click(object sender, RoutedEventArgs e)