Summa.Gui.Browser.ShowNotification C# (CSharp) Method

ShowNotification() public method

public ShowNotification ( Feed feed ) : void
feed Summa.Data.Feed
return void
        public void ShowNotification(Feed feed)
        {
            /*if (Config.ShowNotifications) {
                var not = new Notify.Notification("New feed items", "Feed \""+feed.name+"\" has new unread items.", "internet-news-reader", null);
                not.set_urgency(Notify.Urgency.NORMAL);
                not.show();
            }*/
        }