Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Removed notifier window from Alt Tab
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Dec 25, 2011
1 parent ba8bbf0 commit 762fcd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Feedling/Notifier.xaml.cs
Expand Up @@ -46,6 +46,7 @@ public Notifier(string feedtitle, IEnumerable<Tuple<string, string>> newitemlist
Top = corner.Y - ActualHeight;
}
}));
NativeMethods.HideFromAltTab(this);
}

private void Button_Click(object sender, RoutedEventArgs e)
Expand Down

0 comments on commit 762fcd7

Please sign in to comment.