Updated Ignore form to be a little cleaner, and hyperlinks now work.

This commit is contained in:
Martin Barker
2023-02-21 22:34:56 +00:00
parent 49ea2ba2a6
commit 45d4dad22a
3 changed files with 38 additions and 22 deletions

View File

@@ -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);
}
});