Updated Ignore form to be a little cleaner, and hyperlinks now work.
This commit is contained in:
@@ -165,6 +165,7 @@ namespace TwitchDesktopNotifications.Core
|
||||
if (!found)
|
||||
{
|
||||
UserData streamer = FetchUserData(x.UserId);
|
||||
UIStreamer.GetCreateStreamer(x.DisplayName);
|
||||
Notification.GetInstance().sendNotification(streamer.DisplayName, "https://twitch.tv/" + streamer.UserName, streamer.ProfileImage, x.ThumbnailImg, x.Title);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user